diff options
| author | rr- | 2016-08-23 23:09:07 +0200 |
|---|---|---|
| committer | rr- | 2016-08-23 23:19:40 +0200 |
| commit | 7f4a2c1ceb3f1212874e61a40f50eecbc364ed52 (patch) | |
| tree | 56bb7507cf65c3f6f6c0a5a369de1a362b15a2bf /client/html/expander.tpl | |
| parent | cc787665859ec1d1a97c5ed262c824c4944c4f60 (diff) | |
client/posts: show tag/note counters in expanders
Diffstat (limited to 'client/html/expander.tpl')
| -rw-r--r-- | client/html/expander.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/expander.tpl b/client/html/expander.tpl index abfd73e..35c8e68 100644 --- a/client/html/expander.tpl +++ b/client/html/expander.tpl @@ -1,7 +1,7 @@ <section class='expander'> <header> <a href> - <%- ctx.title %> + <span><%- ctx.title %></span> <i class='fa fa-chevron-down'></i> </a> </header> |