backend: move tag media count outside of link
This commit is contained in:
parent
aa3e60d188
commit
45a4b69ca3
@ -2,6 +2,6 @@
|
||||
|
||||
<p class="text-center">
|
||||
% for my $t ($tags->@*) {
|
||||
<%= link_to "$t->{name} ($t->{count})" => $t->{uri} %>
|
||||
<%= link_to $t->{name} => $t->{uri} %>(<%= $t->{count} %>)
|
||||
% }
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user