PoorBooru/templates/tags.html.ep

8 lines
131 B
Plaintext

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