From d9474528d8045da9decaf1ad0361f6dd90194672 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 26 Oct 2017 01:20:44 +0300 Subject: www: drop social bitmaps --- juick-www/src/main/webapp/WEB-INF/views/post_success.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'juick-www/src/main/webapp/WEB-INF/views/post_success.html') diff --git a/juick-www/src/main/webapp/WEB-INF/views/post_success.html b/juick-www/src/main/webapp/WEB-INF/views/post_success.html index 812904d7..8b62c148 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/post_success.html +++ b/juick-www/src/main/webapp/WEB-INF/views/post_success.html @@ -5,15 +5,15 @@ {% if sharetwi | default('') is not empty %}

Отправить в Twitter

+ class="sharenew">Отправить в Twitter

{% endif %}

Отправить в ВКонтакте

+ class="sharenew">Отправить в ВКонтакте

{% if facebook | default('') is not empty %}

Отправить в Facebook

+ class="sharenew">Отправить в Facebook

{% endif %}

Ссылка на сообщение: {{ url }}

{% endblock %} -- cgit v1.2.3