diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index 36cb9fb64..3fd564c10 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -16,12 +16,14 @@
  • <%= link_to("Mass Edit", edit_moderator_tag_path) %>
  • <% end %>
  • <%= link_to("Similar Images Search", iqdb_queries_path) %>
  • -
  • <%= link_to("Disapprovals", moderator_post_disapprovals_path) %>
  • @@ -50,17 +53,20 @@
  • <%= link_to("Aliases", tag_aliases_path) %>
  • <%= link_to("Implications", tag_implications_path) %>
  • <%= link_to("Listing", tags_path) %>
  • +
  • <%= link_to("Search", meta_searches_tags_path) %>
  • @@ -115,6 +125,7 @@
  • <%= link_to("Profile", user_path(CurrentUser.user)) %>
  • <%= link_to("Settings", edit_user_path(CurrentUser.user)) %>
  • <% end %> +
  • <%= link_to("Search", search_users_path) %>
  • <%= link_to("Feedback", user_feedbacks_path) %>
  • <%= link_to("Signup", new_user_path) %>
  • <%= link_to("Terms of Service", terms_of_service_path) %>
  • @@ -128,6 +139,10 @@
  • <%= link_to("Bulk Update Requests", bulk_update_requests_path) %>
  • <%= link_to("Janitor Trials", janitor_trials_path) %>
  • + <% if CurrentUser.is_member? %> +
  • <%= link_to("User Name Change Requests", user_name_change_requests_path) %>
  • + <% end %> + <% if CurrentUser.is_moderator? %>
  • <%= link_to("IP Bans", ip_bans_path) %>
  • <%= link_to("Bulk Revert", new_moderator_bulk_revert_path) %>