Files
danbooru/app/views/maintenance/user/count_fixes/new.html.erb
evazion 01c4395105 profiles: add 'refresh' link next to post changes count.
Remove the 'Refresh counts' link from the site map. Put it in the user's
profile instead.
2019-08-15 12:51:51 -05:00

16 lines
452 B
Plaintext

<div id="c-maintenance-user-count-fixes">
<div id="a-new">
<h1>Refresh Counts</h1>
<p>If you believe the upload or post changes statistics on your profile are incorrect, you can request a refresh to recalculate them.</p>
<%= form_tag(maintenance_user_count_fixes_path) do %>
<%= submit_tag "Continue" %>
<% end %>
</div>
</div>
<% content_for(:page_title) do %>
Refresh Counts - <%= Danbooru.config.app_name %>
<% end %>