Fix authorized applications count

This commit is contained in:
moyuru 2019-03-02 23:46:45 +00:00
parent 190a6a1e67
commit 59a3b6f45b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
.oauth-authorized-applications.prepend-top-20.append-bottom-default
- if user_oauth_applications?
%h5
= _("Authorized applications (%{size})") % { size: @authorized_tokens.size }
= _("Authorized applications (%{size})") % { size: @authorized_apps.size }
- if @authorized_tokens.any?
.table-responsive