blob: f372fa51200676b544b40229c931ca8d9d40d631 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
- content_for :page_title do
= t('.title')
= simple_form_for @email_domain_block, url: admin_email_domain_blocks_path do |f|
= render 'shared/error_messages', object: @email_domain_block
.fields-group
= f.input :domain, wrapper: :with_label, label: t('admin.email_domain_blocks.domain')
.actions
= f.button :button, t('.create'), type: :submit
|