[issue #565] Added Support link to bottom menu
This commit is contained in:
parent
6d046764ef
commit
f61e9db5c6
|
@ -14,3 +14,6 @@
|
|||
%li
|
||||
= image_tag 'square.png'
|
||||
= link_to t('bottom_menu.tos'), tos_url #t('bottom_menu.tos_url')
|
||||
%li
|
||||
= image_tag 'square.png'
|
||||
= link_to t('bottom_menu.support'), contact_url
|
||||
|
|
|
@ -17,6 +17,7 @@ en:
|
|||
contacts_url: http://www.rosalab.com/about/contacts
|
||||
tos: Terms Of Service
|
||||
tos_url: http://www.rosalab.com/about
|
||||
support: Support
|
||||
project_menu:
|
||||
project: Project
|
||||
commits: Commits
|
||||
|
|
|
@ -17,6 +17,7 @@ ru:
|
|||
contacts_url: http://www.rosalab.ru/about/contacts
|
||||
tos: Условия использования
|
||||
tos_url: http://www.rosalab.ru/about
|
||||
support: Техподдержка
|
||||
project_menu:
|
||||
project: Проект
|
||||
commits: Коммиты
|
||||
|
|
Loading…
Reference in New Issue