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