mashirozx/mastodon

View on GitHub
app/views/filters/new.html.haml

Summary

Maintainability
Test Coverage
- 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