diff options
Diffstat (limited to 'src/main/resources/templates/views/partial/homecolumn.html')
-rw-r--r-- | src/main/resources/templates/views/partial/homecolumn.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/main/resources/templates/views/partial/homecolumn.html b/src/main/resources/templates/views/partial/homecolumn.html deleted file mode 100644 index a4cca153..00000000 --- a/src/main/resources/templates/views/partial/homecolumn.html +++ /dev/null @@ -1,25 +0,0 @@ -<div class="toolbar"> - <a href="/?show=top" title="Top"> - <i data-icon="ei-heart" data-size="s"></i> - <span class="desktop">Top</span> - </a> - <a href="/?show=all" title="{{ i18n("messages", "link.allMessages") }}"> - <i data-icon="ei-search" data-size="s"></i> - <span class="desktop">{{ i18n("messages","link.allMessages") }}</span> - </a> - <a href="/?show=photos" title="{{ i18n("messages", "link.withPhotos") }}"> - <i data-icon="ei-camera" data-size="s"></i> - <span class="desktop">{{ i18n("messages", "link.withPhotos") }}</span> - </a> -</div> -<div class="tags desktop"> - <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> -{% include "views/partial/footer" %}
\ No newline at end of file |