client/tags: fix link to used tags
This commit is contained in:
parent
13ca94d4da
commit
8c424ae4ab
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<form>
|
||||
<% if (ctx.tag.usages) { %>
|
||||
<p>For extra <s>paranoia</s> safety, only tags that are unused can be deleted.</p>
|
||||
<p>Check <a href='/posts/<%= ctx.tag.names[0] %>'>which posts</a> are tagged with <%= ctx.tag.names[0] %>.</p>
|
||||
<p>Check <a href='/posts/text=<%= ctx.tag.names[0] %>'>which posts</a> are tagged with <%= ctx.tag.names[0] %>.</p>
|
||||
<% } else { %>
|
||||
<div class='input'>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue