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

  = render "form_core", :f => f

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