You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/views/admin/rules/new.html.haml

15 lines
314 B
Plaintext

- content_for :page_title do
= t('admin.rules.add_new')
%p= t('admin.rules.description_html')
%hr.spacer/
= simple_form_for @rule, url: admin_rules_path do |form|
= render 'shared/error_messages', object: @rule
= render form
.actions
= form.button :button, t('admin.rules.add_new'), type: :submit