diff --git a/app/views/projects/labels/_label.html.haml b/app/views/projects/labels/_label.html.haml index c9ac0dbe0c..7fa1ee53f7 100644 --- a/app/views/projects/labels/_label.html.haml +++ b/app/views/projects/labels/_label.html.haml @@ -1,5 +1,5 @@ %li{id: dom_id(label)} - = render_colored_label(label) + = link_to_label(label) .pull-right %strong.append-right-20 = link_to_label(label) do