summaryrefslogtreecommitdiff
path: root/app/views/groups/_form_core.html.haml
blob: 02f296bcec9d56e50a5703b5aa754eba735153ec (plain)
1
2
3
4
.inputs
  = f.input :name, :label => t('groups.form.name.label'), :hint => conditional_hint('groups.form.name.hint')
  = f.input :comment, :label => t('groups.form.comment.label'), :hint => conditional_hint('groups.form.comment.hint')
  = f.input :active, :label => t('groups.form.active.label'), :hint => conditional_hint('groups.form.active.hint')