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:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-07 04:35:59 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-07 05:08:06 +0300
commit72419f3a8b94874de059f3567980844c7aaa6336 (patch)
tree3bc359f7f1d777a6a15f73c5422bf917118ea66f /app/views/projects/protected_tags
parent9db87fce130bdcb4831631c46fbb9d5717472af2 (diff)
Documentation for protected tags
Diffstat (limited to 'app/views/projects/protected_tags')
-rw-r--r--app/views/projects/protected_tags/_create_protected_tag.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/protected_tags/_create_protected_tag.html.haml b/app/views/projects/protected_tags/_create_protected_tag.html.haml
index 148efc16e64..6e187b54a59 100644
--- a/app/views/projects/protected_tags/_create_protected_tag.html.haml
+++ b/app/views/projects/protected_tags/_create_protected_tag.html.haml
@@ -12,11 +12,11 @@
.col-md-10
= render partial: "projects/protected_tags/dropdown", locals: { f: f }
.help-block
- = link_to 'Wildcards', help_page_path('user/project/protected_branches', anchor: 'wildcard-protected-branches')
+ = link_to 'Wildcards', help_page_path('user/project/protected_tags', anchor: 'wildcard-protected-tags')
such as
- %code *-stable
+ %code v*
or
- %code production/*
+ %code *-release
are supported
.form-group
%label.col-md-2.text-right{ for: 'create_access_levels_attributes' }