diff options
author | Vitaly Takmazov | 2018-03-01 16:31:34 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-01 19:49:35 +0300 |
commit | 6564cc617d72f06261009db94f839eba5d13c6eb (patch) | |
tree | 3866cf8c0cf9a206291930ada77cac7fd9c4b8fe /juick-www/src/main/resources/templates/views/partial/usercolumn.html | |
parent | 70a50b2252ed313e3aee1a9ee2f33be8a46cb028 (diff) |
Revert "www: move ads to sidebar"
This reverts commit f92fb49bfab851d6de2480cf0359920516bfe050.
Diffstat (limited to 'juick-www/src/main/resources/templates/views/partial/usercolumn.html')
-rw-r--r-- | juick-www/src/main/resources/templates/views/partial/usercolumn.html | 6 |
1 files changed, 1 insertions, 5 deletions
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 %} </div> {% endif %} - {% if showAdv | default(false) %} - {% if links | default ('') is not empty %} - <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }} - {% endif %} - {% endif %} + </div> |