diff options
author | Vitaly Takmazov | 2017-05-23 14:47:38 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-05-23 15:50:32 +0300 |
commit | be30d843aab467aa628f1c3f3c7d194bfda54284 (patch) | |
tree | 4185a4e0c084aa1a0e0072af5153fd895edf440c /juick-www/src/main/webapp/WEB-INF/views/blog.html | |
parent | 4c6f3ba0d539f63a83c18e20ed4219bdef849b81 (diff) |
fix style
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/blog.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/blog.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/blog.html b/juick-www/src/main/webapp/WEB-INF/views/blog.html index 6672adff..f68ebf3e 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/blog.html +++ b/juick-www/src/main/webapp/WEB-INF/views/blog.html @@ -7,9 +7,6 @@ {% if paramTag | default('') is not empty %} <p class="page"><a href="/tag/{{ paramTag.name | urlencode }}">← Все записи с тегом <b>{{ paramTag.name | escape }}</b></a></p> {% endif %} -{% if paramTag | default('') is not empty %} -<p class="page"><a href="/tag/{{ paramTag.name | urlencode }}">← Все записи с тегом <b>{{ paramTag.name | escape }}</b></a></p> -{% endif %} {% for msg in msgs %} <article data-mid="{{ msg.mid }}"> <header class="h">@<a href="/{{ msg.user.name }}/">{{ msg.user.name }}</a>: @@ -25,7 +22,7 @@ </a> </div> <div class="msg-tags"> - {{ tags(msg.user.name, msg.tags) }} + {{ tags(msg.user.name, msg.tags | tagsList) }} </div> </header> |