This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/client/html/metric_header_item.tpl
2024-05-04 16:55:35 -06:00

6 lines
No EOL
302 B
Smarty

<li class="<%= ctx.makeCssName(ctx.metric.tag.category, 'tag') %><%
if (ctx.selected) { %> selected<% } %>">
<a href class="<%= ctx.makeCssName(ctx.metric.tag.category, 'tag') %><%
if (ctx.selected) { %> selected<% } %>"><%
%><%- ctx.metric.tag.names[0] %></a>
</li>