From 79d7b83e39be415724543871317d6bdc1990cfed Mon Sep 17 00:00:00 2001 From: rr- Date: Sun, 28 Aug 2016 20:50:48 +0200 Subject: [PATCH] client/posts: fix mass tag --- client/css/post-list-view.styl | 2 +- client/html/posts_page.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 02e0ef6a..b266ca14 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -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 diff --git a/client/html/posts_page.tpl b/client/html/posts_page.tpl index b773b226..438ba5a0 100644 --- a/client/html/posts_page.tpl +++ b/client/html/posts_page.tpl @@ -35,7 +35,7 @@ <% } %> - <% if (ctx.canMassTagg && ctx.parameters && ctx.parameters.tag) { %> + <% if (ctx.canMassTag && ctx.parameters && ctx.parameters.tag) { %> <% } %>