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) %>
Post Events
- <%= link_to("Changes", post_versions_path) %>
- <%= link_to("Approvals", post_approvals_path) %>
+ <% if CurrentUser.is_approver? %>
+ - <%= link_to("Disapprovals", moderator_post_disapprovals_path) %>
+ <% end %>
- <%= link_to("Appeals", post_appeals_path) %>
- <%= link_to("Flags", post_flags_path) %>
- <%= link_to("Replacements", post_replacements_path) %>
@@ -39,6 +41,7 @@
Artists
- <%= link_to("Help", wiki_pages_path(:title => "help:artists")) %>
- <%= link_to("Listing", artists_path) %>
+ - <%= link_to("Banned", banned_artists_path) %>
- <%= link_to("Changes", artist_versions_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) %>
Notes
- <%= link_to("Help", wiki_pages_path(:title => "help:notes")) %>
- - <%= link_to("Changes", note_versions_path) %>
- <%= link_to("Listing", notes_path) %>
+ - <%= link_to("Search", search_notes_path) %>
+ - <%= link_to("Changes", note_versions_path) %>
Pools
- <%= link_to("Help", wiki_pages_path(:title => "help:pools")) %>
- <%= link_to("Listing", pools_path) %>
+ - <%= link_to("Gallery", gallery_pools_path) %>
<% if PoolArchive.enabled? %>
- <%= link_to("Changes", pool_versions_path) %>
<% end %>
@@ -81,24 +87,28 @@
Comments
- <%= link_to("Help", wiki_pages_path(:title => "help:comments")) %>
- <%= link_to("Listing", comments_path) %>
+ - <%= link_to("Search", search_comments_path) %>
- <%= link_to("RSS", comments_path(:atom)) %>
Forum
- <%= link_to("Help", wiki_pages_path(:title => "help:forum")) %>
- <%= link_to("Listing", forum_topics_path) %>
+ - <%= link_to("Search", search_forum_posts_path) %>
- <%= link_to("RSS", forum_topics_path(:atom)) %>
Wiki
- <%= link_to("Help", wiki_pages_path(:title => "help:wiki")) %>
- <%= link_to("Listing", wiki_pages_path) %>
+ - <%= link_to("Search", search_wiki_pages_path) %>
- <%= link_to("Changes", wiki_page_versions_path) %>
Artist commentary
- <%= link_to("Help", wiki_pages_path(:title => "help:artist_commentary")) %>
- <%= link_to("Listing", artist_commentaries_path) %>
+ - <%= link_to("Search", search_artist_commentaries_path) %>
- <%= link_to("Changes", artist_commentary_versions_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) %>