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

15 lines
373 B
Plaintext
Raw Normal View History

2021-02-21 18:50:12 +00:00
- content_for :page_title do
= t('admin.rules.edit')
= simple_form_for @rule, url: admin_rule_path(@rule) do |f|
= render 'shared/error_messages', object: @rule
.fields-group
= f.input :text, wrapper: :with_block_label
2024-03-11 08:57:07 +00:00
.fields-group
= f.input :hint, wrapper: :with_block_label
2021-02-21 18:50:12 +00:00
.actions
= f.button :button, t('generic.save_changes'), type: :submit