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