diff --git a/templates/tags.html.ep b/templates/tags.html.ep index db9676d..0f290c5 100644 --- a/templates/tags.html.ep +++ b/templates/tags.html.ep @@ -2,6 +2,6 @@

% for my $t ($tags->@*) { - <%= link_to "$t->{name} ($t->{count})" => $t->{uri} %> + <%= link_to $t->{name} => $t->{uri} %>(<%= $t->{count} %>) % }