2012-02-08 14:01:00 +00:00
|
|
|
%ul
|
|
|
|
%li
|
|
|
|
= image_tag 'square.png'
|
2013-02-04 16:33:47 +00:00
|
|
|
= t('bottom_menu.copyright', :year => Date.today.year)
|
2012-02-08 14:01:00 +00:00
|
|
|
%li
|
|
|
|
= image_tag 'square.png'
|
|
|
|
= image_tag 'flag.png', :alt => 'flag'
|
|
|
|
%li
|
|
|
|
= image_tag 'square.png'
|
2012-03-31 00:37:54 +01:00
|
|
|
= link_to t('bottom_menu.about'), t('bottom_menu.about_url')
|
2012-02-08 14:01:00 +00:00
|
|
|
%li
|
|
|
|
= image_tag 'square.png'
|
2012-03-31 00:37:54 +01:00
|
|
|
= link_to t('bottom_menu.contacts'), t('bottom_menu.contacts_url')
|
2012-02-08 14:01:00 +00:00
|
|
|
%li
|
|
|
|
= image_tag 'square.png'
|
2012-03-31 14:18:22 +01:00
|
|
|
= link_to t('bottom_menu.tos'), tos_url #t('bottom_menu.tos_url')
|
2012-07-20 17:23:51 +01:00
|
|
|
%li
|
|
|
|
= image_tag 'square.png'
|
|
|
|
= link_to t('bottom_menu.support'), contact_url
|
2012-09-27 14:55:16 +01:00
|
|
|
%li
|
|
|
|
= image_tag 'square.png'
|
|
|
|
= link_to t('bottom_menu.developer_api'), t('bottom_menu.developer_api_url')
|
2012-12-12 12:41:04 +00:00
|
|
|
-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')
|