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

  = render "form_core", :f => f

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