aboutsummaryrefslogtreecommitdiff
path: root/client/html/metric_header_item.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'client/html/metric_header_item.tpl')
-rw-r--r--client/html/metric_header_item.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/html/metric_header_item.tpl b/client/html/metric_header_item.tpl
new file mode 100644
index 0000000..4e0e139
--- /dev/null
+++ b/client/html/metric_header_item.tpl
@@ -0,0 +1,6 @@
+<li class="<%= ctx.makeCssName(ctx.metric.tag.category, 'tag') %><%
+ if (ctx.selected) { %> selected<% } %>">
+ <a class="<%= ctx.makeCssName(ctx.metric.tag.category, 'tag') %><%
+ if (ctx.selected) { %> selected<% } %>"><%
+ %><%- ctx.metric.tag.names[0] %></a>
+</li> \ No newline at end of file

© 2015 - 2026 Jakob L. Kreuze