summaryrefslogtreecommitdiff
path: root/client/html/metric_header.tpl
blob: a711575d370f483369d6c70b12a8f9d27e68d763 (plain)
1
2
3
4
5
6
7
8
9
10
11
<form class='horizontal'>
    <ul class='metric-list'></ul>
    <wbr>
    <%= ctx.makeCheckbox({
        text: 'Show values on posts',
        name: 'show-values-on-posts',
        checked: ctx.showValuesOnPost,
        class: 'append'}) %>
    <a class='mousetrap button append close sorting'
       href="<%= ctx.getMetricSorterUrl('random', ctx.parameters) %>">Start sorting</a>
</form>