From 4d69cb9d9460f9805bfc1f34ca3a600f54804167 Mon Sep 17 00:00:00 2001 From: Felipe Artur Date: Fri, 15 Jul 2016 18:46:29 -0300 Subject: Allow to disable user request access to groups/projects --- app/views/admin/groups/_form.html.haml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views/admin/groups/_form.html.haml') diff --git a/app/views/admin/groups/_form.html.haml b/app/views/admin/groups/_form.html.haml index 0cc405401cf..5f7fdfdb011 100644 --- a/app/views/admin/groups/_form.html.haml +++ b/app/views/admin/groups/_form.html.haml @@ -9,6 +9,10 @@ = render 'shared/visibility_level', f: f, visibility_level: @group.visibility_level, can_change_visibility_level: can_change_group_visibility_level?(@group), form_model: @group + .form-group + .col-sm-offset-2.col-sm-10 + = render 'shared/allow_request_access', form: f + - if @group.new_record? .form-group .col-sm-offset-2.col-sm-10 -- cgit v1.2.3