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

@@ -23,7 +23,7 @@
<% end %>
<% if params[:queries] %>
<%= content_tag("iframe", "Loading...", :src => "#{Danbooru.config.report_server}/reports/uploads?min=#{@report.min_date}&max=#{@report.max_date}&tags=#{u(@report.queries)}&sig=#{@report.generate_sig}", :height => "700", :width => "1200", :style => "border: none;") %>
<%= content_tag("iframe", "Loading...", :src => "#{Danbooru.config.reportbooru_server}/reports/uploads?min=#{@report.min_date}&max=#{@report.max_date}&tags=#{u(@report.queries)}&sig=#{@report.generate_sig}", :height => "700", :width => "1200", :style => "border: none;") %>
<% end %>
</div>
</div>