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

= simple_form_for @filter, url: filter_path(@filter), method: :put do |f|
  = render 'fields', f: f

  .actions
    = f.button :button, t('generic.save_changes'), type: :submit