diff --git a/client/html/tag_delete.tpl b/client/html/tag_delete.tpl index 13435b9..5b63aa0 100644 --- a/client/html/tag_delete.tpl +++ b/client/html/tag_delete.tpl @@ -1,20 +1,17 @@
- <% if (ctx.tag.postCount) { %> -

For extra paranoia safety, only tags that are unused can be deleted.

-

Check which posts are tagged with <%- ctx.tag.names[0] %>.

- <% } else { %> - +

This tag has <%- ctx.tag.postCount %> usage(s).

-
+ -
- -
- <% } %> +
+ +
+ +
diff --git a/client/html/tag_summary.tpl b/client/html/tag_summary.tpl index 38bb238..6938e34 100644 --- a/client/html/tag_summary.tpl +++ b/client/html/tag_summary.tpl @@ -36,6 +36,6 @@

<%= ctx.makeMarkdown(ctx.tag.description || 'This tag has no description yet.') %> -

This tag has <%- ctx.tag.postCount %> usages.

+

This tag has <%- ctx.tag.postCount %> usage(s).