about summary refs log tree commit diff
path: root/app/views/filters/new.html.haml
blob: 5f400e604a7bfdf8064c1841de6c5295241f28f5 (plain) (blame)
1
2
3
4
5
6
7
8
- content_for :page_title do
  = t('filters.new.title')

= simple_form_for @filter, url: filters_path do |f|
  = render 'filter_fields', f: f

  .actions
    = f.button :button, t('filters.new.save'), type: :submit