Make the actual labels on Labels#index links
Now the user can click the labels themselves or the "X open issues" text.
This commit is contained in:
parent
9bdd7f34a5
commit
4e2ee018c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue