summaryrefslogtreecommitdiff
path: root/app/views/user_groups/_form.html.haml
blob: cbe3cc421cdccd490a91f2b3f1de8479dcd23f0d (plain)
1
2
3
4
5
6
7
= simple_form_for(@user_group) do |f|
  = f.error_notification

  = render "form_core", :f => f

  .actions
    = f.button :submit, conditional_t('user_groups.form.submit')