This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-10-04 06:16:10 -07: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-18 07:45:58 -07:00
|
|
|
.fields-group
|
|
|
|
= f.input :domain, wrapper: :with_label, label: t('admin.email_domain_blocks.domain')
|
2017-10-04 06:16:10 -07:00
|
|
|
|
|
|
|
.actions
|
|
|
|
= f.button :button, t('.create'), type: :submit
|