diff options
| author | Hunternif <hunternif@gmail.com> | 2019-04-28 02:58:32 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-04-29 02:55:13 +0700 |
| commit | c2d3fdd3ec0d0aba7d7c9048939476f3bf431f18 (patch) | |
| tree | 210f04a178c0aab7333836f544a3726c0294096b /client/html/posts_header.tpl | |
| parent | 1d1f2c796ee2261d7c5117dfe56af47da4b2aa81 (diff) | |
client: re-open bulk edit and metrics blocks when returning to post list.
+ select metrics on click; + improve header style
Diffstat (limited to 'client/html/posts_header.tpl')
| -rw-r--r-- | client/html/posts_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/posts_header.tpl b/client/html/posts_header.tpl index 4efe665..1f5baad 100644 --- a/client/html/posts_header.tpl +++ b/client/html/posts_header.tpl @@ -12,7 +12,7 @@ %><input data-safety=unsafe type='button' class='mousetrap safety safety-unsafe <%- ctx.settings.listPosts.unsafe ? '' : 'disabled' %>'/><% %><% } %><% %><wbr/><% - %><a class='mousetrap button append desktop-only' + %><a class='mousetrap button append' href='<%- ctx.formatClientLink('help', 'search', 'posts') %>'><% if (window.innerWidth <= 500) { %>Help<% } else { %>Syntax help<% } |