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