PoorBooru/templates/tags.html.ep

8 lines
138 B
Plaintext

% layout "main";
<p class="text-center">
% for my $t ($tags->@*) {
<%= link_to $t->{name} => $t->{uri} %>(<%= $t->{count} %>)
% }
</p>