mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-06 01:41:08 +00:00
15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
- content_for :page_title do
|
|
= t('admin.rules.add_new')
|
|
|
|
%p= t('admin.rules.description_html')
|
|
|
|
%hr.spacer/
|
|
|
|
= simple_form_for [:admin, @rule] do |form|
|
|
= render 'shared/error_messages', object: @rule
|
|
|
|
= render form
|
|
|
|
.actions
|
|
= form.button :button, t('admin.rules.add_new'), type: :submit
|