aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/post_success.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-10-26 01:20:44 +0300
committerGravatar Vitaly Takmazov2017-10-26 01:20:44 +0300
commitd9474528d8045da9decaf1ad0361f6dd90194672 (patch)
treee90e0775b3f77d52d9091498c14d1e6c9334d316 /juick-www/src/main/webapp/WEB-INF/views/post_success.html
parenta99cee4ce10ebb60ce82c395a179fcb7183e382c (diff)
www: drop social bitmaps
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/post_success.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/post_success.html6
1 files changed, 3 insertions, 3 deletions
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 %}
<p class="social">
<a href="https://twitter.com/intent/tweet?text={{ sharetwi }}"
- class="ico32-twi sharenew">Отправить в Twitter</a></p>
+ class="sharenew"><i data-icon="ei-sc-twitter" data-size="m"></i>Отправить в Twitter</a></p>
{% endif %}
<p class="social">
<a href="https://vk.com/share.php?url={{ url | urlencode }}"
- class="ico32-vk sharenew">Отправить в ВКонтакте</a></p>
+ class="sharenew"><i data-icon="ei-sc-vk" data-size="m"></i>Отправить в ВКонтакте</a></p>
{% if facebook | default('') is not empty %}
<p class="social">
<a href="https://www.facebook.com/sharer/sharer.php?u={{ url | urlencode }}"
- class="ico32-fb sharenew">Отправить в Facebook</a></p>
+ class="sharenew"><i data-icon="ei-sc-facebook" data-size="m"></i>Отправить в Facebook</a></p>
{% endif %}
<p>Ссылка на сообщение: <a href="{{ url | raw }}">{{ url }}</a></p>
{% endblock %}