From 4e2ee018c372b2973001e58e57e2a9747763f284 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Thu, 21 May 2015 23:40:46 -0400 Subject: [PATCH] Make the actual labels on Labels#index links Now the user can click the labels themselves or the "X open issues" text. --- app/views/projects/labels/_label.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/labels/_label.html.haml b/app/views/projects/labels/_label.html.haml index c9ac0dbe0c1..7fa1ee53f76 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