new.html.haml 215 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 'filter_fields', f: f
  5. .actions
  6. = f.button :button, t('filters.new.save'), type: :submit