# HG changeset patch # User neko259 # Date 2015-11-17 11:26:42 # Node ID f6d5c4091a0ee57ba6de43f52237f555d6bc6e3d # Parent 9d9f4258d3e3346a065274ba1e917ab83d6222f5 Tag buttons on the separate line diff --git a/boards/templates/boards/all_threads.html b/boards/templates/boards/all_threads.html --- a/boards/templates/boards/all_threads.html +++ b/boards/templates/boards/all_threads.html @@ -44,12 +44,19 @@ + height="{{ image.pre_height }}" + alt="{{ random_image_post.id }}"/> {% endwith %} {% endif %}

+ /{{ tag.get_view|safe }}/ + {% if perms.change_tag %} + | {% trans 'Edit tag' %} + {% endif %} +

+

{% if is_favorite %} @@ -64,11 +71,7 @@ {% endif %}
- /{{ tag.get_view|safe }}/ - {% if perms.change_tag %} - | {% trans 'Edit tag' %} - {% endif %} - +

{% if tag.get_description %}

{{ tag.get_description|safe }}

{% endif %}