This commit is contained in:
Albert Yi
2018-06-20 11:23:44 -07:00
parent e551ff9b0c
commit 28663351d1
5 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<div id="c-maintenance-user-count-fixes">
<div id="a-new">
<h1>Refresh Counts</h1>
<p>If you believe the upload counts on your profile are incorrect, you can request a refresh to recalculate the counts.</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 %>

View File

@@ -119,6 +119,7 @@
<li><%= link_to("Signup", new_user_path) %></li>
<li><%= link_to("Terms of Service", terms_of_service_path) %></li>
<li><%= link_to("Upgrade Information", new_user_upgrade_path) %></li>
<li><%= link_to("Refresh counts", new_maintenance_user_count_fixes) %>
</ul>
<ul>
<li><h1>Admin</h1></li>