gitlab-org--gitlab-foss/app/views/admin/groups/edit.html.haml
jacopo-beschi-intersail 6b5aa83354 Fix Admin Links to new Group does not respect Default Visibility
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.
2016-11-18 13:39:29 +02:00

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