aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-11 12:36:20 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-11 12:36:20 +1200
commit64c036501c9cd6f1ddd98dbfdfdf0436ed706283 (patch)
treed6723e9c23542132d09ddfbf48f771277f9eadfa
parent994ab3721368d33fbe827235adcc6fbf1144bf84 (diff)
downloadrefinerycms-blog-64c036501c9cd6f1ddd98dbfdfdf0436ed706283.tar.gz
refinerycms-blog-64c036501c9cd6f1ddd98dbfdfdf0436ed706283.tar.bz2
refinerycms-blog-64c036501c9cd6f1ddd98dbfdfdf0436ed706283.zip
Add comments menu
-rw-r--r--app/views/admin/blog/_submenu.html.erb6
-rw-r--r--config/locales/en.yml1
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/admin/blog/_submenu.html.erb b/app/views/admin/blog/_submenu.html.erb
index de82cd2..78e4c1d 100644
--- a/app/views/admin/blog/_submenu.html.erb
+++ b/app/views/admin/blog/_submenu.html.erb
@@ -19,7 +19,11 @@
</li>
</ul>
- <ul>
+ <ul class='collapsible_menu'>
+ <li>
+ <%= link_to t('.comments.title'), admin_blog_comments_path,
+ :class => 'comments_icon' %>
+ </li>
<li>
<%= link_to t('.comments.new'), admin_blog_comments_path,
:class => 'comment_icon' %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 6ee7b59..9811e1c 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -24,6 +24,7 @@ en:
manage: Manage
new: Create new category
comments:
+ title: Comments
new: New
approved: Approved
rejected: Rejected