blob: 8feacaa74b637d8ddd12328a0c085e36bf9dbeb9 (
plain)
1
2
3
4
5
6
7
|
= simple_form_for([@call_route, @route_element]) do |f|
= f.error_notification
= render "form_core", :f => f
.actions
= f.button :submit, conditional_t('route_elements.form.submit')
|