Commit c079ae27 authored by Phil Hughes's avatar Phil Hughes

Reverted label link helper

parent 97baf41a
......@@ -37,7 +37,7 @@ module LabelsHelper
link = send("namespace_project_#{type.to_s.pluralize}_path",
project.namespace,
project,
label_name: [label.name])
label_name: label.name)
if block_given?
link_to link, &block
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment