Commit b5a9295f authored by Phil Hughes's avatar Phil Hughes

Merge branch 'mirror-repos-scb' into 'master'

Resolve CE/EE diffs in mirror repos settings

Closes gitlab-ee#11036

See merge request gitlab-org/gitlab-ce!28361
parents a37a62cf 5735736e
......@@ -29,7 +29,7 @@
.form-check.append-bottom-10
= check_box_tag :only_protected_branches, '1', false, class: 'js-mirror-protected form-check-input'
= label_tag :only_protected_branches, _('Only mirror protected branches'), class: 'form-check-label'
= link_to icon('question-circle'), help_page_path('user/project/protected_branches')
= link_to icon('question-circle'), help_page_path('user/project/protected_branches'), target: '_blank'
.panel-footer
= f.submit _('Mirror repository'), class: 'btn btn-success js-mirror-submit qa-mirror-repository-button', name: :update_remote_mirror
......
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