2017-10-05 00:16:10 +11:00
|
|
|
- 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
|
|
|
|
|
2018-09-19 00:45:58 +10:00
|
|
|
.fields-group
|
|
|
|
= f.input :domain, wrapper: :with_label, label: t('admin.email_domain_blocks.domain')
|
2017-10-05 00:16:10 +11:00
|
|
|
|
|
|
|
.actions
|
|
|
|
= f.button :button, t('.create'), type: :submit
|