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

9 lines
215 B
Plaintext

- 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