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