Commit 59a3b6f4 authored by moyuru's avatar moyuru

Fix authorized applications count

parent 190a6a1e
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
.oauth-authorized-applications.prepend-top-20.append-bottom-default .oauth-authorized-applications.prepend-top-20.append-bottom-default
- if user_oauth_applications? - if user_oauth_applications?
%h5 %h5
= _("Authorized applications (%{size})") % { size: @authorized_tokens.size } = _("Authorized applications (%{size})") % { size: @authorized_apps.size }
- if @authorized_tokens.any? - if @authorized_tokens.any?
.table-responsive .table-responsive
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment