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

  = render "form_core", :f => f

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