add ideas to bottom menu
This commit is contained in:
parent
6fbad4c2ac
commit
4ae3a24e33
|
@ -20,3 +20,7 @@
|
|||
%li
|
||||
= image_tag 'square.png'
|
||||
= link_to t('bottom_menu.developer_api'), t('bottom_menu.developer_api_url')
|
||||
-if Project.find_by_owner_and_name 'abf', 'abf-ideas'
|
||||
%li
|
||||
= image_tag 'square.png'
|
||||
= link_to t('bottom_menu.abf-ideas'), project_issues_url('abf', 'abf-ideas')
|
||||
|
|
|
@ -20,6 +20,7 @@ en:
|
|||
support: Support
|
||||
developer_api: Developer API
|
||||
developer_api_url: http://abf-doc.rosalinux.ru
|
||||
abf-ideas: ABF Ideas
|
||||
project_menu:
|
||||
project: Project
|
||||
commits: Commits
|
||||
|
|
|
@ -20,6 +20,7 @@ ru:
|
|||
support: Служба поддержки
|
||||
developer_api: API для разработчиков
|
||||
developer_api_url: http://abf-doc.rosalinux.ru
|
||||
abf-ideas: Идеи для ABF
|
||||
project_menu:
|
||||
project: Проект
|
||||
commits: Коммиты
|
||||
|
|
Loading…
Reference in New Issue