From af42f52d4a56a1ff99a058c39e4169d871467386 Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Thu, 1 Dec 2016 12:34:57 -0800 Subject: [PATCH] fix references to report_server --- app/views/posts/partials/common/_secondary_links.html.erb | 2 +- app/views/posts/partials/index/_missed_search_count.html.erb | 2 +- app/views/posts/partials/index/_search_count.html.erb | 2 +- app/views/posts/show.html.erb | 2 +- app/views/reports/uploads.html.erb | 2 +- app/views/static/site_map.html.erb | 2 +- app/views/users/_common_searches.html.erb | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/posts/partials/common/_secondary_links.html.erb b/app/views/posts/partials/common/_secondary_links.html.erb index 7b14a4ecf..66f2e5117 100644 --- a/app/views/posts/partials/common/_secondary_links.html.erb +++ b/app/views/posts/partials/common/_secondary_links.html.erb @@ -4,7 +4,7 @@
  • <%= link_to "Upload", new_upload_path %>
  • <%= link_to "Popular", popular_explore_posts_path %>
  • <%= link_to "Hot", posts_path(:tags => "order:rank") %>
  • - <% if Danbooru.config.report_server %> + <% if Danbooru.config.reportbooru_server %>
  • <%= link_to "Searches", searches_explore_posts_path %>
  • <% end %> <% unless CurrentUser.is_anonymous? %> diff --git a/app/views/posts/partials/index/_missed_search_count.html.erb b/app/views/posts/partials/index/_missed_search_count.html.erb index 78576ae72..a313aa47e 100644 --- a/app/views/posts/partials/index/_missed_search_count.html.erb +++ b/app/views/posts/partials/index/_missed_search_count.html.erb @@ -1,7 +1,7 @@