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

  = render "form_core", :f => f

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