Replace <h5> with <label>
This commit is contained in:
parent
f1edd8ac80
commit
058c04fb2a
2 changed files with 1 additions and 3 deletions
|
@ -38,8 +38,6 @@ label {
|
|||
|
||||
.control-label {
|
||||
@extend .col-sm-2;
|
||||
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.inline-input-group {
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
= render 'shared/allow_request_access', form: f
|
||||
|
||||
.form-group
|
||||
%h5.control-label
|
||||
%label.control-label
|
||||
= s_("GroupSettings|Share lock")
|
||||
.col-sm-10
|
||||
.checkbox
|
||||
|
|
Loading…
Reference in a new issue