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

  = render "form_core", :f => f

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