summaryrefslogtreecommitdiff
path: root/app/views/gateways/_form.html.haml
blob: 5f6d5ddc635ba43c717eee5d276dda52eb262ce9 (plain)
1
2
3
4
5
6
7
= simple_form_for(@gateway) do |f|
  = f.error_notification

  = render "form_core", :f => f

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