summaryrefslogtreecommitdiff
path: root/app/views/hunt_group_members/_form_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/hunt_group_members/_form_core.html.haml')
-rw-r--r--app/views/hunt_group_members/_form_core.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/hunt_group_members/_form_core.html.haml b/app/views/hunt_group_members/_form_core.html.haml
new file mode 100644
index 0000000..2f03fce
--- /dev/null
+++ b/app/views/hunt_group_members/_form_core.html.haml
@@ -0,0 +1,4 @@
+.inputs
+ = f.input :name, :label => t('hunt_group_members.form.name.label'), :hint => conditional_hint('hunt_group_members.form.name.hint')
+ = f.input :active, :label => t('hunt_group_members.form.active.label'), :hint => conditional_hint('hunt_group_members.form.active.hint')
+ = f.input :can_switch_status_itself, :label => t('hunt_group_members.form.can_switch_status_itself.label'), :hint => conditional_hint('hunt_group_members.form.can_switch_status_itself.hint')