diff options
author | moyuru <moyuru2@hotmail.com> | 2019-03-02 23:46:45 +0000 |
---|---|---|
committer | moyuru <moyuru2@hotmail.com> | 2019-03-02 23:46:45 +0000 |
commit | 59a3b6f45b0ebed10ce80e075b8cd717aa268551 (patch) | |
tree | 574400610c12b4660ca594a157655376196874c8 /app/views | |
parent | 190a6a1e6728ff9425154fe9ccacaa75039854c7 (diff) | |
download | gitlab-ce-59a3b6f45b0ebed10ce80e075b8cd717aa268551.tar.gz |
Fix authorized applications count
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/doorkeeper/applications/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/doorkeeper/applications/index.html.haml b/app/views/doorkeeper/applications/index.html.haml index 1f5c70a6c6e..b6333743bf7 100644 --- a/app/views/doorkeeper/applications/index.html.haml +++ b/app/views/doorkeeper/applications/index.html.haml @@ -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 |