diff options
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' } |