% if administrator? %>
<% content_for :admin_context_menu do %>
<%= t('admin_section') %>
- <%= link_to t('admin_panel'), members_path %>
<%= content_tag :li, link_to( "#{t('activerecord.models.comments').capitalize} #{Comment.pending.count}".html_safe, pending_comments_path ), class: 'list-group-item' if Comment.pending.count > 0 %>
<% if controller.action_name == 'show' %>
<% end %>
<% end -%>
<% end -%>