10 lines
339 B
Text
10 lines
339 B
Text
|
- content_for :page_title do
|
||
|
= t('account_subscribes.new.title')
|
||
|
|
||
|
= simple_form_for @form_account_subscribing, url: settings_account_subscribes_path do |f|
|
||
|
= render 'shared/error_messages', object: @form_account_subscribing
|
||
|
= render 'fields', f: f
|
||
|
|
||
|
.actions
|
||
|
= f.button :button, t('account_subscribes.new.title'), type: :submit
|