diff options
| author | Hunternif | 2019-04-17 01:07:19 +0700 |
|---|---|---|
| committer | Hunternif | 2019-04-17 01:07:19 +0700 |
| commit | 4e8f9aa771f868dc848dff564f6d0e5a102780bb (patch) | |
| tree | eee9a621c2231121cada0aa2e784f3a1be654842 /client | |
| parent | 84e95aa6b64c66bd8081133601796340cf4896b7 (diff) | |
client: fix incorrect highlighting of the metric editor tab
Diffstat (limited to 'client')
| -rw-r--r-- | client/html/tag.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/tag.tpl b/client/html/tag.tpl index fc3d81c..29c5ec5 100644 --- a/client/html/tag.tpl +++ b/client/html/tag.tpl @@ -7,7 +7,7 @@ --><li data-name='edit'><a href='<%- ctx.formatClientLink('tag', ctx.tag.names[0], 'edit') %>'>Edit</a></li><!-- --><% } %><!-- --><% if (ctx.tag.metric || ctx.canCreateMetric) { %><!-- - --><li data-name='merge'><a href='<%- ctx.formatClientLink('tag', ctx.tag.names[0], 'metric') %>'>Metric</a></li><!-- + --><li data-name='metric'><a href='<%- ctx.formatClientLink('tag', ctx.tag.names[0], 'metric') %>'>Metric</a></li><!-- --><% } %><!-- --><% if (ctx.canMerge) { %><!-- --><li data-name='merge'><a href='<%- ctx.formatClientLink('tag', ctx.tag.names[0], 'merge') %>'>Merge with…</a></li><!-- |