Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-06-20 10:39:33 +0300
committerTimothy Andrew <mail@timothyandrew.net>2016-07-05 08:36:15 +0300
commit5de79c4f53e23aae4f07d9ca9d9e354db2998892 (patch)
treed914a169e46767302817474cc9630f539c078988 /app/views/projects/protected_branches
parentd8475276c4344e41b3121b9ff958e1a5f0be2d7d (diff)
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/*