client/posts: fix mass tag

This commit is contained in:
rr- 2016-08-28 20:50:48 +02:00
parent 6b042504b0
commit 79d7b83e39
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@
width: 25em
input[name=masstag]
width: 12em
.masstag-hint
.masstag-hint, .open-masstag
margin-right: 1em
.append
font-size: 0.95em

View file

@ -35,7 +35,7 @@
</span>
<% } %>
</a>
<% if (ctx.canMassTagg && ctx.parameters && ctx.parameters.tag) { %>
<% if (ctx.canMassTag && ctx.parameters && ctx.parameters.tag) { %>
<a href data-post-id='<%= post.id %>' class='masstag'>
</a>
<% } %>