This commit is contained in:
r888888888
2014-03-19 13:51:46 -07:00
parent 4f6a48d773
commit bfd8c0082d

View File

@@ -9,7 +9,7 @@
<%= nav_link_to("Notes", notes_path(:group_by => "post")) %>
<%= nav_link_to("Artists", artists_path) %>
<%= nav_link_to("Tags", tags_path) %>
<% if CurrentUser.is_moderator? %>
<% if CurrentUser.is_builder? %>
<%= nav_link_to("Aliases", tag_aliases_path) %>
<%= nav_link_to("Implications", tag_implications_path) %>
<% end %>