From e8f5d8d8c22cb80482bc6012aeea1b3eca23f128 Mon Sep 17 00:00:00 2001 From: evazion Date: Sat, 5 May 2018 13:25:14 -0500 Subject: [PATCH] site map: add approvals index, move post events to own section. --- app/views/static/site_map.html.erb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index 3dbeb4168..731ac92c7 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -6,12 +6,8 @@
  • Posts

  • <%= link_to("Help", wiki_pages_path(:title => "help:posts")) %>
  • <%= link_to("Listing", posts_path) %>
  • -
  • <%= link_to("Changes", post_versions_path) %>
  • <%= link_to("Upload", new_upload_path) %>
  • <%= link_to("Upload Listing", uploads_path) %>
  • -
  • <%= link_to("Appeals", post_appeals_path) %>
  • -
  • <%= link_to("Flags", post_flags_path) %>
  • -
  • <%= link_to("Replacements", post_replacements_path) %>
  • <%= link_to("Popular", popular_explore_posts_path) %>
  • <%= link_to("Most Viewed", viewed_explore_posts_path) %>
  • <% if CurrentUser.can_approve_posts? %> @@ -21,6 +17,14 @@
  • <%= link_to("Mass Edit", edit_moderator_tag_path) %>
  • <% end %> +