about summary refs log tree commit diff
path: root/app/views/settings/applications/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/applications/index.html.haml')
-rw-r--r--app/views/settings/applications/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/applications/index.html.haml b/app/views/settings/applications/index.html.haml
index 1cb94760f..a1f904a3a 100644
--- a/app/views/settings/applications/index.html.haml
+++ b/app/views/settings/applications/index.html.haml
@@ -4,7 +4,7 @@
 - content_for :heading_actions do
   = link_to t('doorkeeper.applications.index.new'), new_settings_application_path, class: 'button'
 
-- if @applications.count == 0
+- if @applications.empty?
   %div.muted-hint.center-text=t 'doorkeeper.applications.index.empty'
 - else
   .table-wrapper