mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-13 17:56:24 -05:00
13 lines
388 B
Plaintext
13 lines
388 B
Plaintext
- content_for :page_title do
|
|
= I18n.t('admin.moderation_subscriptions.show.title', name: @moderation_subscription.name)
|
|
|
|
= simple_form_for [:admin, @moderation_subscription] do |form|
|
|
= render 'shared/error_messages', object: @moderation_subscription
|
|
|
|
= render form
|
|
|
|
.actions
|
|
= form.button :button,
|
|
t('generic.save_changes'),
|
|
type: :submit
|