mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-05 17:31:12 +00:00
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
- content_for :page_title do
|
|
= t('admin.username_blocks.edit.title')
|
|
|
|
= simple_form_for @username_block, url: admin_username_block_path(@username_block) do |form|
|
|
= render 'shared/error_messages', object: @username_block
|
|
|
|
= render form
|
|
|
|
.actions
|
|
= form.button :button, t('generic.save_changes'), type: :submit
|