summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_branches
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-06-20 13:09:33 +0530
committerTimothy Andrew <mail@timothyandrew.net>2016-07-05 11:06:15 +0530
commit5de79c4f53e23aae4f07d9ca9d9e354db2998892 (patch)
treed914a169e46767302817474cc9630f539c078988 /app/views/projects/protected_branches
parentd8475276c4344e41b3121b9ff958e1a5f0be2d7d (diff)
downloadgitlab-ce-5de79c4f53e23aae4f07d9ca9d9e354db2998892.tar.gz
Add documentation for wildcard protected branches.
Diffstat (limited to 'app/views/projects/protected_branches')
-rw-r--r--app/views/projects/protected_branches/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/protected_branches/index.html.haml b/app/views/projects/protected_branches/index.html.haml
index 75c27d85e9f..684cb175e68 100644
--- a/app/views/projects/protected_branches/index.html.haml
+++ b/app/views/projects/protected_branches/index.html.haml
@@ -23,7 +23,8 @@
= f.label :name, "Branch", class: "label-light"
= f.text_field(:name)
%p.help-block
- Wildcards such as
+ = link_to "Wildcards", help_page_path(category: 'workflow', file: 'protected_branches', format: 'md', anchor: "wildcard-protected-branches")
+ such as
%code *-stable
or
%code production/*