fix references to report_server

This commit is contained in:
Albert Yi
2016-12-01 12:34:57 -08:00
parent f46aaad39d
commit af42f52d4a
7 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<li class="nonessential"><%= link_to "Upload", new_upload_path %></li>
<li><%= link_to "Popular", popular_explore_posts_path %></li>
<li><%= link_to "Hot", posts_path(:tags => "order:rank") %></li>
<% if Danbooru.config.report_server %>
<% if Danbooru.config.reportbooru_server %>
<li><%= link_to "Searches", searches_explore_posts_path %></li>
<% end %>
<% unless CurrentUser.is_anonymous? %>