summaryrefslogtreecommitdiff
path: root/app/views/route_elements/_form.html.haml
blob: cfa4c6be9422aa4ac72e2a02f6b9c082d3f20c57 (plain)
1
2
3
4
5
6
7
= simple_form_for(@route_element) do |f|
  = f.error_notification

  = render "form_core", :f => f

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