Skip to content

Commit

Permalink
Blog submenu cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joemsak committed Aug 10, 2010
1 parent 0347adc commit a0a088b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/admin/blog/_submenu.html.erb
Expand Up @@ -20,6 +20,9 @@
</ul>

<ul>
<li>
<h3>Comments</h3>
</li>
<li>
<%= link_to t('.comments.new'), admin_blog_comments_path,
:class => 'comment_icon' %>
Expand All @@ -35,6 +38,9 @@
</ul>

<ul class='collapsible_menu'>
<li>
<hr>
</li>
<li>
<%= link_to t('.categories.title'), admin_blog_categories_url,
:class => 'folder_icon'%>
Expand All @@ -50,6 +56,7 @@
</ul>

<ul class='collapsible_menu'>

<li>
<%= link_to t('.settings.title'), admin_blog_settings_path,
:class => 'settings_icon' %>
Expand Down

0 comments on commit a0a088b

Please sign in to comment.