aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/partial
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/views/partial')
-rw-r--r--src/main/resources/templates/views/partial/homecolumn.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/templates/views/partial/homecolumn.html b/src/main/resources/templates/views/partial/homecolumn.html
index 427ab839..5ab0d128 100644
--- a/src/main/resources/templates/views/partial/homecolumn.html
+++ b/src/main/resources/templates/views/partial/homecolumn.html
@@ -18,4 +18,10 @@
<div class="tags">
<h4>{{ i18n("messages","link.trends") }}</h4>
{% include "views/partial/tags" %}
+ {% if showAdv | default(false) %}
+ <h4>Наши друзья</h4>
+ <a target="_blank" href="https://ru.jooble.org">
+ <img src="https://ru.jooble.org/css/images/logos/jooble_80x30.png" alt="Работа в России"/>
+ </a>
+ {% endif %}
</div> \ No newline at end of file