mastodon/app/views/admin/rules/edit.html.haml

11 lines
266 B
Plaintext
Raw Normal View History

2021-02-21 19:50:12 +01:00
- content_for :page_title do
= t('admin.rules.edit')
= simple_form_for @rule, url: admin_rule_path(@rule) do |form|
2021-02-21 19:50:12 +01:00
= render 'shared/error_messages', object: @rule
= render form
2024-03-11 09:57:07 +01:00
2021-02-21 19:50:12 +01:00
.actions
= form.button :button, t('generic.save_changes'), type: :submit