Reverted label link helper
This commit is contained in:
parent
97baf41adc
commit
c079ae273c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue