mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-13 02:36:36 -05:00
13 lines
332 B
Plaintext
13 lines
332 B
Plaintext
- content_for :page_title do
|
|
= t('admin.moderation_subscriptions.new.title')
|
|
|
|
= simple_form_for [:admin, @moderation_subscription] do |form|
|
|
= render 'shared/error_messages', object: @moderation_subscription
|
|
|
|
= render form
|
|
|
|
.actions
|
|
= form.button :button,
|
|
t('.create'),
|
|
type: :submit
|