aboutsummaryrefslogtreecommitdiff
path: root/client/html/compact_metric_list_item.tpl
blob: 61f979d1fa85db6cd6a73d8caa501674fe981437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<li><!--
--><% if (ctx.editMode) { %><!--
    --><a href="<%- ctx.formatClientLink('tag', ctx.tag.names[0]) %>"
          class="<%= ctx.makeCssName(ctx.tag.category, 'tag') %>"><!--
        --><i class='fa fa-sliders-h tag-icon'></i><!--
    --></a><!--
    --><a href="<%- ctx.formatClientLink('posts', {
                query: 'metric-' + ctx.escapeColons(ctx.tag.names[0]) +
                    ':' + ctx.tag.metric.min + '..' + ctx.tag.metric.max +
                    ' sort:metric-' + ctx.escapeColons(ctx.tag.names[0])
                }) %>"
          class="<%= ctx.makeCssName(ctx.tag.category, 'tag') %>"><!--
        --><%- ctx.tag.names[0] %>&#32;<!--
    --></a><!--
    --><span class='metric-bounds' data-pseudo-content=
    '<%- ctx.tag.metric.min %> &mdash; <%- ctx.tag.metric.max %>'></span><!--
    --><span class='metric-controls'>Set<!--
        --><a class='create-exact'> exact</a><!--
        --><a class='create-range'> range</a><!--
    --></span><!--
--><% } %><!--
--></li>

© 2015 - 2026 Jakob L. Kreuze