# HG changeset patch # User neko259 # Date 2015-11-16 19:56:14 # Node ID e5b2dd80213090d10766cc887a331f95c0e1a08a # Parent 0b31d7039e21a0355cc8a37ef85c5f68bd8243dd Prettier tag view in the tag threads list page 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 @@ -64,7 +64,7 @@ {% endif %} - {{ tag.get_view|safe }} + /{{ tag.get_view|safe }}/ {% if perms.change_tag %} | {% trans 'Edit tag' %} {% endif %}