diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 13:27:29 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 13:27:29 -0400 |
commit | e21a783bc2646522bc02750f292b732a470a747f (patch) | |
tree | 1982b524acc71accd30f015d483e034494197ed4 /app/views/admin/blogs/index.html.haml | |
parent | c4fb329b22a1442bf730b4bd37ad388778271a94 (diff) | |
download | thoughts-e21a783bc2646522bc02750f292b732a470a747f.tar.gz thoughts-e21a783bc2646522bc02750f292b732a470a747f.tar.bz2 thoughts-e21a783bc2646522bc02750f292b732a470a747f.zip |
Fixed blog editing url
Diffstat (limited to 'app/views/admin/blogs/index.html.haml')
-rw-r--r-- | app/views/admin/blogs/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blogs/index.html.haml b/app/views/admin/blogs/index.html.haml index 28078f8..9899176 100644 --- a/app/views/admin/blogs/index.html.haml +++ b/app/views/admin/blogs/index.html.haml | |||
@@ -11,4 +11,4 @@ | |||
11 | %td | 11 | %td |
12 | %ul.admin-actions | 12 | %ul.admin-actions |
13 | %li= link_to "View", blog_url(blog.slug) | 13 | %li= link_to "View", blog_url(blog.slug) |
14 | %li= link_to "Edit", edit_admin_blog_url(blog) | 14 | %li= link_to "Edit", edit_admin_blog_url(blog.id) |