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/edit.html.haml

11 lines
266 B
Plaintext

- content_for :page_title do
= t('admin.rules.edit')
= simple_form_for @rule, url: admin_rule_path(@rule) do |form|
= render 'shared/error_messages', object: @rule
= render form
.actions
= form.button :button, t('generic.save_changes'), type: :submit