gitlab-org--gitlab-foss/app/views/admin/groups/new.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
114 B
Text

- page_title "New Group"
%h3.page-title New group
%hr
= render 'form', visibility_level: default_group_visibility