diff --git a/app/views/ip_bans/index.html.erb b/app/views/ip_bans/index.html.erb index 248ee6787..573dc6de4 100644 --- a/app/views/ip_bans/index.html.erb +++ b/app/views/ip_bans/index.html.erb @@ -2,7 +2,7 @@

IP Bans

- +
diff --git a/app/views/moderator/tags/edit.html.erb b/app/views/moderator/tags/edit.html.erb index 2f6f6b4a2..a5eff76cf 100644 --- a/app/views/moderator/tags/edit.html.erb +++ b/app/views/moderator/tags/edit.html.erb @@ -1,10 +1,10 @@
-

Edit Tags

+

Mass Edit

- <%= form_tag(moderator_tag_path, :method => :put) do %> + <%= form_tag(moderator_tag_path, :method => :put, :class => "simple_form") do %>
- + <%= text_field :tag, :antecedent, :value => params[:antecedent] %>
@@ -14,12 +14,12 @@
- <%= submit_tag %> + <%= submit_tag "Submit" %>
<% end %>
<% content_for(:page_title) do %> - Edit Tag - <%= Danbooru.config.app_name %> + Mass Edit - <%= Danbooru.config.app_name %> <% end %> diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index d7d35f355..f76c78989 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -6,14 +6,28 @@
  • Posts

  • <%= link_to("Help", wiki_pages_path(:title => "help:posts")) %>
  • <%= link_to("Listing", posts_path) %>
  • -
  • <%= link_to("Recent Changes", post_versions_path) %>
  • +
  • <%= link_to("Changes", post_versions_path) %>
  • <%= link_to("Upload", new_upload_path) %>
  • +
  • <%= link_to("Appeals", post_appeals_path) %>
  • +
  • <%= link_to("Flags", post_flags_path) %>
  • + <% if CurrentUser.is_janitor? %> +
  • <%= link_to("Moderate", moderator_post_queue_path) %>
  • + <% end %> + <% if CurrentUser.is_admin? %> +
  • <%= link_to("Mass Edit", edit_moderator_tag_path) %>
  • + <% end %> +
    -
    @@ -57,32 +68,40 @@
  • Wiki

  • <%= link_to("Help", wiki_pages_path(:title => "help:wiki")) %>
  • <%= link_to("Listing", wiki_pages_path) %>
  • -
  • <%= link_to("Recent Changes", wiki_page_versions_path) %>
  • +
  • <%= link_to("Changes", wiki_page_versions_path) %>
  • - <% if CurrentUser.is_admin? %> -
    IP Address