summaryrefslogtreecommitdiff
path: root/client/html/tag.tpl
diff options
context:
space:
mode:
authorShyam Sunder <sgsunder1@gmail.com>2020-06-23 12:36:26 -0400
committerShyam Sunder <sgsunder1@gmail.com>2020-06-23 12:36:26 -0400
commitd420609f97e81d3bb696ec1b8bad927ae15b5c7b (patch)
treea33e06734997e736297e4e6ec486f4ce86d96e72 /client/html/tag.tpl
parent029c11201166bdd4eef0c0c2ce9a66847fa3c2fa (diff)
client/pools: inherit option to show underscores as spaces
Diffstat (limited to 'client/html/tag.tpl')
-rw-r--r--client/html/tag.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/tag.tpl b/client/html/tag.tpl
index 5b68023..d84e299 100644
--- a/client/html/tag.tpl
+++ b/client/html/tag.tpl
@@ -1,5 +1,5 @@
<div class='content-wrapper' id='tag'>
- <h1><%- ctx.getPrettyTagName(ctx.tag.names[0]) %></h1>
+ <h1><%- ctx.getPrettyName(ctx.tag.names[0]) %></h1>
<nav class='buttons'><!--
--><ul><!--
--><li data-name='summary'><a href='<%- ctx.formatClientLink('tag', ctx.tag.names[0]) %>'>Summary</a></li><!--