diff options
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/partial/footer.html | 6 | ||||
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/post_success.html | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html b/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html index 784011a9..1f9e30cf 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html @@ -5,9 +5,9 @@ <a href="/help/ru/adv" rel="nofollow">{{ i18n("messages","link.adv") }}</a> </div> <div id="footer-social"> - <a href="https://twitter.com/Juick" rel="nofollow" class="ico32-twi">Twitter</a> - <a href="https://vk.com/juick" rel="nofollow" class="ico32-vk">ВКонтакте</a> - <a href="https://www.facebook.com/JuickCom" rel="nofollow" class="ico32-fb">Facebook</a> + <a href="https://twitter.com/Juick" rel="nofollow"><i data-icon="ei-sc-twitter" data-size="m"></i></a> + <a href="https://vk.com/juick" rel="nofollow"><i data-icon="ei-sc-vk" data-size="m"></i></a> + <a href="https://www.facebook.com/JuickCom" rel="nofollow"><i data-icon="ei-sc-facebook" data-size="m"></i></a> </div> <div id="footer-left">juick.com © 2008-2017 {% if links | default ('') is not empty %} 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 %} |