summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-07 02:35:59 +0100
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-07 03:08:06 +0100
commit72419f3a8b94874de059f3567980844c7aaa6336 (patch)
tree3bc359f7f1d777a6a15f73c5422bf917118ea66f /app
parent9db87fce130bdcb4831631c46fbb9d5717472af2 (diff)
downloadgitlab-ce-72419f3a8b94874de059f3567980844c7aaa6336.tar.gz
Documentation for protected tags
Diffstat (limited to 'app')
-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' }