diff options
author | Vitaly Takmazov | 2017-04-07 10:29:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-04-07 10:29:52 +0300 |
commit | 9820abe11c0c037f50bb2f7ddbb0bd19646264dc (patch) | |
tree | 5a33901fc294546c40b0cdbc65640b041e4c694e /juick-www/src/main/webapp/WEB-INF/views/partial/footer.html | |
parent | 6951e2ad47ed4db3dc7d0b08aeadeb09bc3b994d (diff) |
juick-www: merge juick-spring-www i18n, drop thymeleaf
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/partial/footer.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/partial/footer.html | 10 |
1 files changed, 5 insertions, 5 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 19f22cbd..71d675de 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 @@ -1,9 +1,9 @@ <div id="footer"> <div id="footer-right"> - <a href="/settings" rel="nofollow">Настройки</a> · - <a href="/help/ru/contacts" rel="nofollow">Контакты</a> · - <a href="/help/" rel="nofollow">Справка</a> · - <a href="/help/ru/adv" rel="nofollow">Реклама</a> + <a href="/settings" rel="nofollow">{{ i18n("messages","link.settings") }}</a> · + <a href="/help/ru/contacts" rel="nofollow">{{ i18n("messages","link.contacts") }}</a> · + <a href="/help/" rel="nofollow">{{ i18n("messages","link.help") }}</a> · + <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> @@ -12,7 +12,7 @@ </div> <div id="footer-left">juick.com © 2008-2017 {% if links %} - <br/>Спонсоры: {{ links }} + <br/>{{ i18n("messages","label.sponsors") }}: {{ links }} {% endif %} </div> </div> |