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

  = render "form_core", :f => f

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