diff --git a/app/views/refinery/blog/admin/_submenu.html.erb b/app/views/refinery/blog/admin/_submenu.html.erb
index 5f674050..38a9f97e 100644
--- a/app/views/refinery/blog/admin/_submenu.html.erb
+++ b/app/views/refinery/blog/admin/_submenu.html.erb
@@ -6,19 +6,19 @@
<% if Refinery::Blog::Post.comments_allowed? %>
@@ -30,19 +30,19 @@
<% title = t('.comments.title') %>
<% end %>
<%= link_to title, '#',
- :class => 'comments_icon' %>
+ :class => 'user_comment_icon' %>
<%= link_to t('.comments.new'), refinery.blog_admin_comments_path,
- :class => 'comment_icon' %>
+ :class => 'add_icon' %>
<%= link_to t('.comments.approved'), refinery.approved_blog_admin_comments_path,
- :class => 'comment_tick_icon' %>
+ :class => 'success_icon' %>
<%= link_to t('.comments.rejected'), refinery.rejected_blog_admin_comments_path,
- :class => 'comment_cross_icon' %>
+ :class => 'failure_icon' %>
<% end %>
@@ -54,11 +54,11 @@
<%= link_to t('.categories.manage'), refinery.blog_admin_categories_path,
- :class => 'folder_edit_icon' %>
+ :class => 'edit_icon' %>
<%= link_to t('.categories.new'), refinery.new_blog_admin_category_path,
- :class => 'folder_add_icon' %>
+ :class => 'add_icon' %>