Skip to content

Commit

Permalink
annoy mod into noticing
Browse files Browse the repository at this point in the history
  • Loading branch information
pushcx committed Jul 20, 2022
1 parent 00afd48 commit c2c82be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -120,7 +120,7 @@
<% end %>
<%= link_to 'Tags', tags_path %>
<% if @user && @user.is_moderator? && (hrc = HatRequest.count) > 0 %>
<%= link_to "#{hrc} Hat Requests", hats_requests_path %>
<%= link_to "#{hrc} Hat Requests", hats_requests_path, class: 'mod' %>
<% end %>
<%= link_to 'Filter', filters_path %>
<%= link_to 'Moderation Log', moderations_path %>
Expand Down

0 comments on commit c2c82be

Please sign in to comment.