2012-02-08 14:01:00 +00:00
|
|
|
%ul
|
|
|
|
%li
|
|
|
|
= image_tag 'square.png'
|
2014-01-21 04:51:49 +00:00
|
|
|
= t('bottom_menu.copyright', year: Date.today.year)
|
2012-02-08 14:01:00 +00:00
|
|
|
%li
|
|
|
|
= image_tag 'square.png'
|
2014-01-21 04:51:49 +00:00
|
|
|
= image_tag 'flag.png', alt: 'flag'
|
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.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')
|
2013-02-15 14:52:28 +00:00
|
|
|
%li
|
|
|
|
= image_tag 'square.png'
|
|
|
|
= link_to t('bottom_menu.abf_blog'), t('bottom_menu.abf_blog_url')
|