summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_branches
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-08-04 15:20:51 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-08-05 17:19:01 -0500
commit45454c3cb2bd3c59a9f2ebd013b5ee3677d8c9a6 (patch)
treeb4f5c12754527e6cde48aa6767dd5e16dd0523a5 /app/views/projects/protected_branches
parent2df9bae7163601ba28e8367ed121dc04b99836ac (diff)
downloadgitlab-ce-45454c3cb2bd3c59a9f2ebd013b5ee3677d8c9a6.tar.gz
Add url to Wildcard protected branches documentation
Diffstat (limited to 'app/views/projects/protected_branches')
-rw-r--r--app/views/projects/protected_branches/_create_protected_branch.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/protected_branches/_create_protected_branch.html.haml b/app/views/projects/protected_branches/_create_protected_branch.html.haml
index 7006b340b34..e4319e3405d 100644
--- a/app/views/projects/protected_branches/_create_protected_branch.html.haml
+++ b/app/views/projects/protected_branches/_create_protected_branch.html.haml
@@ -10,7 +10,8 @@
.col-md-10
= render partial: "dropdown", locals: { f: f }
.help-block
- Wildcards such as
+ = link_to 'Wildcards', help_page_path('user/project/protected_branches', anchor: 'wildcard-protected-branches')
+ such as
%code *-stable
or
%code production/*