summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-09-04 23:53:42 +0200
committerMichael Kozono <mkozono@gmail.com>2017-09-06 12:07:20 -0700
commit7e320bcb34c5b24424fa4b842a58bc3f09d777fe (patch)
tree0f3541ebe4c9dc3a1347bfdb2bb8814c01c31bd0
parentaf95daf6ee949f05f320e724ec87bdf654e537a6 (diff)
downloadgitlab-ce-7e320bcb34c5b24424fa4b842a58bc3f09d777fe.tar.gz
Replace duplicate <label> by <div>
-rw-r--r--app/views/groups/edit.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index 696ae5ad3e5..94d88035667 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -29,7 +29,8 @@
= render 'shared/allow_request_access', form: f
.form-group
- = f.label :share_with_group_lock, 'Share lock', class: 'control-label'
+ .control-label
+ Share lock
.col-sm-10
.checkbox
= f.label :share_with_group_lock do