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

  = render "form_core", :f => f

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