summaryrefslogtreecommitdiff
path: root/app/views/group_memberships/_form_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/group_memberships/_form_core.html.haml')
-rw-r--r--app/views/group_memberships/_form_core.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/group_memberships/_form_core.html.haml b/app/views/group_memberships/_form_core.html.haml
index 4a28a06..cadd33a 100644
--- a/app/views/group_memberships/_form_core.html.haml
+++ b/app/views/group_memberships/_form_core.html.haml
@@ -1,4 +1,3 @@
.inputs
- - if @group.group_memberships.count < 1
- = f.input :item_type, :label => t('group_memberships.form.item_type.label'), :hint => conditional_hint('group_memberships.form.item_type.hint')
+ = f.input :item_type, :label => t('group_memberships.form.item_type.label'), :hint => conditional_hint('group_memberships.form.item_type.hint')
= f.input :item_id, :label => t('group_memberships.form.item_id.label'), :hint => conditional_hint('group_memberships.form.item_id.hint')