forked from e621ng/e621ng
[Users] Remove API limits column
Hardy useful, breaks user profiles if redis is down
This commit is contained in:
parent
674df5582e
commit
bab944ba95
@ -158,12 +158,6 @@
|
||||
<%= link_to (CurrentUser.api_key ? "View" : "Generate"), user_api_key_path(CurrentUser.user) %>
|
||||
(<%= link_to "help", help_page_path(id: "api") %>)
|
||||
</span>
|
||||
|
||||
<span>API Limits</span>
|
||||
<span>
|
||||
<%= CurrentUser.user.remaining_api_limit %>
|
||||
/ <%= CurrentUser.user.api_burst_limit %> <span class="hint">(may not be up to date)</span>
|
||||
</span>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user