blob: de66709158bbdfbd4c52dd07ecff200d8bde736f (
plain)
1
2
3
4
5
6
7
|
= simple_form_for([ @parent, @fax_account ]) do |f|
= f.error_notification
= render "form_core", :f => f
.form-actions
= f.button :submit, conditional_t('fax_accounts.form.submit')
|