mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-05 17:31:12 +00:00
13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
- content_for :page_title do
|
|
= t('admin.domain_blocks.edit')
|
|
|
|
= simple_form_for [:admin, @domain_block] do |form|
|
|
= render 'shared/error_messages', object: @domain_block
|
|
|
|
= render form
|
|
|
|
.actions
|
|
= form.button :button,
|
|
t('generic.save_changes'),
|
|
type: :submit
|