diff options
author | Vitaly Takmazov | 2019-12-18 09:13:22 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-12-18 09:13:22 +0300 |
commit | 7b2bad85004179e7898e90e26c8afe34f221dde0 (patch) | |
tree | 81454e2c731633ae2c93af04b72eaa6e72b9f326 /src/main/resources/templates/views | |
parent | 95114dbe255cdbac010314057824202eefbc7522 (diff) |
joogle link
Diffstat (limited to 'src/main/resources/templates/views')
-rw-r--r-- | src/main/resources/templates/views/partial/homecolumn.html | 6 |
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 |