blob: 7cdef9254360cf80466649a551ff116a4923b5bf (
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
.form-actions
= f.button :submit, conditional_t('hunt_group_members.form.submit')
|