fixes #2417
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<li><%= link_to("Upload Listing", uploads_path) %></li>
|
||||
<li><%= link_to("Appeals", post_appeals_path) %></li>
|
||||
<li><%= link_to("Flags", post_flags_path) %></li>
|
||||
<% if CurrentUser.is_janitor? %>
|
||||
<% if CurrentUser.can_approve_posts? %>
|
||||
<li><%= link_to("Moderate", moderator_post_queue_path) %></li>
|
||||
<% end %>
|
||||
<% if CurrentUser.is_admin? %>
|
||||
@@ -87,7 +87,7 @@
|
||||
<section>
|
||||
<ul>
|
||||
<li><h1>Users</h1></li>
|
||||
<% if CurrentUser.is_janitor? %>
|
||||
<% if CurrentUser.can_approve_posts? %>
|
||||
<li><%= link_to("Dashboard", moderator_dashboard_path) %></li>
|
||||
<% end %>
|
||||
<li><%= link_to("Help", wiki_pages_path(:title => "help:users")) %></li>
|
||||
|
||||
Reference in New Issue
Block a user