You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/views/admin/domain_blocks/new.html.haml

13 lines
297 B
Plaintext

- content_for :page_title do
= t('.title')
= simple_form_for @domain_block, url: admin_domain_blocks_path do |form|
= render 'shared/error_messages', object: @domain_block
= render form
.actions
= form.button :button,
t('.create'),
type: :submit