summaryrefslogtreecommitdiff
path: root/app/views/phones/_form.html.haml
blob: 3cb62e69b52079c165112df27437cba629d4d608 (plain)
1
2
3
4
5
6
7
= simple_form_for([ @phoneable, @phone ]) do |f|
  = f.error_notification

  = render "form_core", :f => f

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