diff options
author | Joe Sak <joe@joesak.com> | 2011-02-16 00:14:13 -0600 |
---|---|---|
committer | Joe Sak <joe@joesak.com> | 2011-02-16 00:14:13 -0600 |
commit | d668800767f112c35135fa1a1eb43907ba13edf9 (patch) | |
tree | 663bfa317ac3058f042b678b4fcd22b7bce2eebb /app | |
parent | 28b02370ec172925f07d3613c7bc7e39acad20a7 (diff) | |
download | refinerycms-blog-d668800767f112c35135fa1a1eb43907ba13edf9.tar.gz refinerycms-blog-d668800767f112c35135fa1a1eb43907ba13edf9.tar.bz2 refinerycms-blog-d668800767f112c35135fa1a1eb43907ba13edf9.zip |
Closes GH-30. Link uncategorized posts in the blog admin menu
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/blog/_submenu.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/blog/_submenu.html.erb b/app/views/admin/blog/_submenu.html.erb index ab662e7..e5343e1 100644 --- a/app/views/admin/blog/_submenu.html.erb +++ b/app/views/admin/blog/_submenu.html.erb @@ -18,6 +18,10 @@ :class => 'page_icon' %> </li> <li> + <%= link_to t('.posts.uncategorized'), uncategorized_admin_blog_posts_url, + :class => 'page_icon' %> + </li> + <li> <%= link_to t('.posts.new'), new_admin_blog_post_url, :class => 'page_add_icon' %> </li> |