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

  = render "form_core", :f => f

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