diff options
author | Vitaly Takmazov | 2018-04-11 13:17:05 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-11 13:17:05 +0300 |
commit | 151f146f3b78c4ac085c2b279a6b435a4439e73f (patch) | |
tree | 794311fe600bb806fdb49d1e498a2c28b0646094 /juick-www/src/main/resources/templates/views/partial | |
parent | 4fb8606cc6a8f4520e82e9f9dc0ab65ed5abaa68 (diff) |
www: update footer
Diffstat (limited to 'juick-www/src/main/resources/templates/views/partial')
-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> |