6b5aa83354
Settings This is done by passing a visibility_level option to the group edit _form. The visibility_level is set to @group.visibility_level in edit ation and to default_group_visibility in the new action.
4 lines
148 B
Text
4 lines
148 B
Text
- page_title "Edit", @group.name, "Groups"
|
|
%h3.page-title Edit group: #{@group.name}
|
|
%hr
|
|
= render 'form', visibility_level: @group.visibility_level
|