Files
danbooru/app/views/maintenance/user/count_fixes/new.html.erb
evazion 6a984de3d5 views: refactor page titles.
Refactor `page_title` helper to automatically include site name.
2020-01-25 01:52:18 -06:00

14 lines
391 B
Plaintext

<% page_title "Refresh Counts" %>
<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>