Commit 6d0bd187 authored by Annabel Gray's avatar Annabel Gray

Merge branch 'jivl-fix-merge-request-contribution-aligment' into 'master'

Fix contribution section aligment

Closes #47606

See merge request gitlab-org/gitlab-ce!19592
parents 33f27a0f e67d9d45
......@@ -7,11 +7,11 @@
%hr
.form-group
.col-form-label
.form-group.row
%label.col-form-label.col-sm-2
= _('Contribution')
.col-sm-10
.form-check
.form-check.prepend-top-5
= form.check_box :allow_collaboration, disabled: !issuable.can_allow_collaboration?(current_user), class: 'form-check-input'
= form.label :allow_collaboration, class: 'form-check-label' do
= _('Allow commits from members who can merge to the target branch.')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment