summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_branches
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-07-11 16:11:33 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-07-11 16:11:33 -0600
commitc30b3257818b6106c08e5d454e14b972d95450fa (patch)
tree17e4ba8060a3af408f1f506fc56edab0426dc5ec /app/views/projects/protected_branches
parentbd09b2d563d7190ab26f820401e4d981022022c8 (diff)
downloadgitlab-ce-c30b3257818b6106c08e5d454e14b972d95450fa.tar.gz
Fix failing tests.
Diffstat (limited to 'app/views/projects/protected_branches')
-rw-r--r--app/views/projects/protected_branches/index.html.haml2
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