This repository has been archived on 2024-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views/filters/edit.html.haml

9 lines
242 B
Plaintext

- content_for :page_title do
= t('filters.edit.title')
= simple_form_for @filter, url: filter_path(@filter), method: :put do |f|
= render 'filter_fields', f: f
.actions
= f.button :button, t('generic.save_changes'), type: :submit