adds basic style/content to moderation dashboard

This commit is contained in:
Juanjo Bazán
2015-08-26 12:24:37 +02:00
parent e219e5be4d
commit 46bd0f2c7f
3 changed files with 8 additions and 4 deletions

View File

@@ -6,14 +6,14 @@
<li <%= 'class=active' if controller_name == 'debates' %>>
<%= link_to moderation_debates_path do %>
<i class="icon-eye"></i>
<i class="icon-debates"></i>
<%= t('moderation.menu.flagged_debates') %>
<% end %>
</li>
<li <%= 'class=active' if controller_name == 'comments' %>>
<%= link_to moderation_comments_path do %>
<i class="icon-comment-quotes"></i>
<i class="icon-comments"></i>
<%= t('moderation.menu.flagged_comments') %>
<% end %>
</li>