summaryrefslogtreecommitdiff
path: root/app/views/fax_documents/_form.html.haml
blob: 1b1c3beb50ffcfed1d36cc57867d217e7327e945 (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

  .form-actions
    = f.button :submit, conditional_t('fax_documents.form.submit')