summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-05-21 23:40:46 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-05-21 23:43:08 -0400
commit4e2ee018c372b2973001e58e57e2a9747763f284 (patch)
tree84953cd564db7c581f4e84e7d0c470df5ff2e137
parent9bdd7f34a52da2faa3677e26b57a7b270d629d97 (diff)
downloadgitlab-ce-rs-link_to_label.tar.gz
Make the actual labels on Labels#index linksrs-link_to_label
Now the user can click the labels themselves or the "X open issues" text.
-rw-r--r--app/views/projects/labels/_label.html.haml2
1 files changed, 1 insertions, 1 deletions
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