From f92fb49bfab851d6de2480cf0359920516bfe050 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 26 Feb 2018 13:10:11 +0300 Subject: www: move ads to sidebar --- .../src/main/resources/templates/views/partial/usercolumn.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'juick-www/src/main/resources/templates/views/partial/usercolumn.html') diff --git a/juick-www/src/main/resources/templates/views/partial/usercolumn.html b/juick-www/src/main/resources/templates/views/partial/usercolumn.html index 382c3622..0ebede03 100644 --- a/juick-www/src/main/resources/templates/views/partial/usercolumn.html +++ b/juick-www/src/main/resources/templates/views/partial/usercolumn.html @@ -85,5 +85,9 @@ {% endfor %} {% endif %} - + {% if showAdv | default(false) %} + {% if links | default ('') is not empty %} +
{{ i18n("messages","label.sponsors") }}: {{ links | raw }} + {% endif %} + {% endif %} -- cgit v1.2.3