From 6564cc617d72f06261009db94f839eba5d13c6eb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 1 Mar 2018 16:31:34 +0000 Subject: Revert "www: move ads to sidebar" This reverts commit f92fb49bfab851d6de2480cf0359920516bfe050. --- juick-www/src/main/resources/templates/views/partial/footer.html | 6 +++++- .../src/main/resources/templates/views/partial/homecolumn.html | 3 --- .../src/main/resources/templates/views/partial/tagcolumn.html | 7 ------- .../src/main/resources/templates/views/partial/usercolumn.html | 6 +----- 4 files changed, 6 insertions(+), 16 deletions(-) (limited to 'juick-www/src/main/resources') diff --git a/juick-www/src/main/resources/templates/views/partial/footer.html b/juick-www/src/main/resources/templates/views/partial/footer.html index 08c09268..87744183 100644 --- a/juick-www/src/main/resources/templates/views/partial/footer.html +++ b/juick-www/src/main/resources/templates/views/partial/footer.html @@ -9,5 +9,9 @@ - + diff --git a/juick-www/src/main/resources/templates/views/partial/homecolumn.html b/juick-www/src/main/resources/templates/views/partial/homecolumn.html index 3d4ae1c3..6142e9e9 100644 --- a/juick-www/src/main/resources/templates/views/partial/homecolumn.html +++ b/juick-www/src/main/resources/templates/views/partial/homecolumn.html @@ -19,8 +19,5 @@ {% include "views/partial/tags" %} {% if showAdv | default(false) %} конструктор сайтов - {% if links | default ('') is not empty %} -
{{ i18n("messages","label.sponsors") }}: {{ links | raw }} - {% endif %} {% endif %}

\ No newline at end of file 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 b806807a..3e61d3d3 100644 --- a/juick-www/src/main/resources/templates/views/partial/tagcolumn.html +++ b/juick-www/src/main/resources/templates/views/partial/tagcolumn.html @@ -31,10 +31,3 @@ {% endif %} {% endif %} -
- {% if showAdv | default(false) %} - {% if links | default ('') is not empty %} -
{{ i18n("messages","label.sponsors") }}: {{ links | raw }} - {% endif %} - {% endif %} -
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 0ebede03..382c3622 100644 --- a/juick-www/src/main/resources/templates/views/partial/usercolumn.html +++ b/juick-www/src/main/resources/templates/views/partial/usercolumn.html @@ -85,9 +85,5 @@ {% endfor %} {% endif %} - {% if showAdv | default(false) %} - {% if links | default ('') is not empty %} -
{{ i18n("messages","label.sponsors") }}: {{ links | raw }} - {% endif %} - {% endif %} + -- cgit v1.2.3