diff options
Diffstat (limited to 'juick-www/src/main/resources/templates')
-rw-r--r-- | juick-www/src/main/resources/templates/views/partial/footer.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/juick-www/src/main/resources/templates/views/partial/footer.html b/juick-www/src/main/resources/templates/views/partial/footer.html index 87744183..35972254 100644 --- a/juick-www/src/main/resources/templates/views/partial/footer.html +++ b/juick-www/src/main/resources/templates/views/partial/footer.html @@ -1,8 +1,7 @@ <div id="footer"> <div id="footer-right"> · - <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> + <a href="/help/contacts" rel="nofollow">{{ i18n("messages","link.contacts") }}</a> · + <a href="/help/tos" rel="nofollow">{{ i18n("messages","link.tos") }}</a> </div> <div id="footer-social"> <a href="https://twitter.com/Juick" rel="nofollow"><i data-icon="ei-sc-twitter" data-size="m"></i></a> |