diff options
| author | Phil Hughes <me@iamphill.com> | 2016-04-21 18:47:16 +0100 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2016-04-21 18:47:16 +0100 |
| commit | c079ae273c3fcab6f73b000a0e89d4faf233a9d9 (patch) | |
| tree | e2454bb7cc90ac470c1c2bc648c084c121520ef9 | |
| parent | 97baf41adc6338c45cca2a274539d155b767a538 (diff) | |
| download | gitlab-ce-label-text-color-sidebar.tar.gz | |
Reverted label link helperlabel-text-color-sidebar
| -rw-r--r-- | app/helpers/labels_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/labels_helper.rb b/app/helpers/labels_helper.rb index c99b137cdaa..3dded7c2f23 100644 --- a/app/helpers/labels_helper.rb +++ b/app/helpers/labels_helper.rb @@ -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 |
