new.html.haml 209 B

12345678
  1. - content_for :page_title do
  2. = t('filters.new.title')
  3. = simple_form_for @filter, url: filters_path do |f|
  4. = render 'fields', f: f
  5. .actions
  6. = f.button :button, t('filters.new.title'), type: :submit