diff --git a/app/views/reports/similar_users.html.erb b/app/views/reports/similar_users.html.erb index ec55ba178..41412ae98 100644 --- a/app/views/reports/similar_users.html.erb +++ b/app/views/reports/similar_users.html.erb @@ -3,10 +3,10 @@

Similar Users

<% if @presenter.insufficient_data? %> -

You need at least 300 favorites before Danbooru can calculate users similar to you.

+

You need at least 200 favorites before Danbooru can calculate users similar to you.

<% elsif @presenter.not_ready? %> -

The report is still being generated. Check back in a few minutes.

+

The report is being generated. Check back in a few minutes.

<% else %> <% @presenter.each_user do |user, score| %> @@ -26,3 +26,9 @@ <% content_for(:page_title) do %> Similar Users - <%= Danbooru.config.app_name %> <% end %> + +<% if @presenter.not_ready? %> + <% content_for(:html_header) do %> + + <% end %> +<% end %>