6 lines
No EOL
302 B
Smarty
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> |