diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-07-11 16:11:33 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-07-11 16:11:33 -0600 |
commit | c30b3257818b6106c08e5d454e14b972d95450fa (patch) | |
tree | 17e4ba8060a3af408f1f506fc56edab0426dc5ec /app/views | |
parent | bd09b2d563d7190ab26f820401e4d981022022c8 (diff) | |
download | gitlab-ce-c30b3257818b6106c08e5d454e14b972d95450fa.tar.gz |
Fix failing tests.
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/protected_branches/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/protected_branches/index.html.haml b/app/views/projects/protected_branches/index.html.haml index 4da43488dac..3fab95751e0 100644 --- a/app/views/projects/protected_branches/index.html.haml +++ b/app/views/projects/protected_branches/index.html.haml @@ -23,7 +23,7 @@ = f.label :name, "Branch", class: "label-light" = render partial: "dropdown", locals: { f: f } %p.help-block - = link_to "Wildcards", help_page_path(category: 'workflow', file: 'protected_branches', format: 'md', anchor: "wildcard-protected-branches") + = link_to "Wildcards", help_page_path('workflow/protected_branches', anchor: "wildcard-protected-branches") such as %code *-stable or |