aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/_submenu.html.erb
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2011-02-16 00:14:13 -0600
committerJoe Sak <joe@joesak.com>2011-02-16 00:14:13 -0600
commitd668800767f112c35135fa1a1eb43907ba13edf9 (patch)
tree663bfa317ac3058f042b678b4fcd22b7bce2eebb /app/views/admin/blog/_submenu.html.erb
parent28b02370ec172925f07d3613c7bc7e39acad20a7 (diff)
downloadrefinerycms-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/views/admin/blog/_submenu.html.erb')
-rw-r--r--app/views/admin/blog/_submenu.html.erb4
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>