aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources/templates/views/partial/tagcolumn.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/resources/templates/views/partial/tagcolumn.html')
-rw-r--r--juick-www/src/main/resources/templates/views/partial/tagcolumn.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/juick-www/src/main/resources/templates/views/partial/tagcolumn.html b/juick-www/src/main/resources/templates/views/partial/tagcolumn.html
index 3e61d3d3..b806807a 100644
--- a/juick-www/src/main/resources/templates/views/partial/tagcolumn.html
+++ b/juick-www/src/main/resources/templates/views/partial/tagcolumn.html
@@ -31,3 +31,10 @@
{% endif %}
</ul>
{% endif %}
+<div id="ustats">
+ {% if showAdv | default(false) %}
+ {% if links | default ('') is not empty %}
+ <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }}
+ {% endif %}
+ {% endif %}
+</div>