summaryrefslogtreecommitdiff
path: root/app/views/groups/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/edit.html.haml')
-rw-r--r--app/views/groups/edit.html.haml11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index 1dea77c2e96..83936d39b16 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -1,7 +1,6 @@
- header_title group_title(@group, "Settings", edit_group_path(@group))
-- @blank_container = true
-.panel.panel-default
+.panel.panel-default.prepend-top-default
.panel-heading
Group settings
.panel-body
@@ -26,12 +25,12 @@
.form-group
%hr
- = f.label :public, class: 'control-label' do
- Public
+ = f.label :share_with_group_lock, class: 'control-label' do
+ Share with group lock
.col-sm-10
.checkbox
- = f.check_box :public
- %span.descr Make this group public (even if there are no public projects inside this group)
+ = f.check_box :share_with_group_lock
+ %span.descr Prevent sharing a project with another group within this group
.form-actions
= f.submit 'Save group', class: "btn btn-save"