summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-05-16 16:56:05 +0000
committerPhil Hughes <me@iamphill.com>2019-05-16 16:56:05 +0000
commitb5a9295fa99493718bae725a4b45537e98ba979d (patch)
tree6eb345814e9bbf7d23a834e841db0a43c851391c
parenta37a62cf18f2325e2836ee02135a5b89cefc8a4e (diff)
parent5735736e6410d5ccfd28002d0cbc148ea6360efe (diff)
downloadgitlab-ce-b5a9295fa99493718bae725a4b45537e98ba979d.tar.gz
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
-rw-r--r--app/views/projects/mirrors/_mirror_repos.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/mirrors/_mirror_repos.html.haml b/app/views/projects/mirrors/_mirror_repos.html.haml
index 73e2a4ffb8b..e68fa5d08c7 100644
--- a/app/views/projects/mirrors/_mirror_repos.html.haml
+++ b/app/views/projects/mirrors/_mirror_repos.html.haml
@@ -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