summaryrefslogtreecommitdiff
path: root/app/views/user_group_memberships/_form_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user_group_memberships/_form_core.html.haml')
-rw-r--r--app/views/user_group_memberships/_form_core.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/user_group_memberships/_form_core.html.haml b/app/views/user_group_memberships/_form_core.html.haml
new file mode 100644
index 0000000..e77427f
--- /dev/null
+++ b/app/views/user_group_memberships/_form_core.html.haml
@@ -0,0 +1,2 @@
+.inputs
+ = f.input :user_id, :label => t('hunt_groups.form.user.label'), :hint => conditional_hint('hunt_groups.form.user.hint'), :collection => @potential_users, :include_blank => false \ No newline at end of file