2012-02-08 14:01:00 +00:00
|
|
|
%ul
|
|
|
|
%li
|
|
|
|
= image_tag 'square.png'
|
|
|
|
= t('bottom_menu.copyright')
|
|
|
|
%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 00:37:54 +01:00
|
|
|
= link_to t('bottom_menu.tos'), t('bottom_menu.tos_url')
|