diff options
author | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-04-07 02:35:59 +0100 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-04-07 03:08:06 +0100 |
commit | 72419f3a8b94874de059f3567980844c7aaa6336 (patch) | |
tree | 3bc359f7f1d777a6a15f73c5422bf917118ea66f /app | |
parent | 9db87fce130bdcb4831631c46fbb9d5717472af2 (diff) | |
download | gitlab-ce-72419f3a8b94874de059f3567980844c7aaa6336.tar.gz |
Documentation for protected tags
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/protected_tags/_create_protected_tag.html.haml | 6 |
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' } |