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