summaryrefslogtreecommitdiff
path: root/app/views/hunt_groups/_form.html.haml
blob: 86cd4338c438d4c760fb33a1fc02ac254eb37141 (plain)
1
2
3
4
5
6
7
= simple_form_for([@tenant, @hunt_group]) do |f|
  = f.error_notification

  = render "form_core", :f => f

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