blob: bb98ce097c8d34786183236c10c83bb70194803c (
plain)
1
2
3
4
5
6
7
|
= simple_form_for([@gateway, @gateway_parameter]) do |f|
= f.error_notification
= render "form_core", :f => f
.form-actions
= f.button :submit, conditional_t('gateway_parameters.form.submit')
|