diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-05-21 23:40:46 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-05-21 23:43:08 -0400 |
commit | 4e2ee018c372b2973001e58e57e2a9747763f284 (patch) | |
tree | 84953cd564db7c581f4e84e7d0c470df5ff2e137 | |
parent | 9bdd7f34a52da2faa3677e26b57a7b270d629d97 (diff) | |
download | gitlab-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.haml | 2 |
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 |