about summary refs log tree commit diff
path: root/app/views/filters/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/filters/new.html.haml')
-rw-r--r--app/views/filters/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/filters/new.html.haml b/app/views/filters/new.html.haml
index 05bec343f..5f400e604 100644
--- a/app/views/filters/new.html.haml
+++ b/app/views/filters/new.html.haml
@@ -2,7 +2,7 @@
   = t('filters.new.title')
 
 = simple_form_for @filter, url: filters_path do |f|
-  = render 'fields', f: f
+  = render 'filter_fields', f: f
 
   .actions
-    = f.button :button, t('filters.new.title'), type: :submit
+    = f.button :button, t('filters.new.save'), type: :submit