<%= t('footer.follow') %> <%= image_tag ("social/email.svg"), class: "footer_social_icon", alt: t('social.mail') , title: t('social.mail') %> <%= image_tag ("social/telegram.svg"), class: "footer_social_icon", alt: t('social.telegram') , title: t('social.telegram') %> <%= image_tag ("social/github.svg"), class: "footer_social_icon", alt: t('social.github') , title: t('social.github') %> <%= image_tag ("social/linkedin.svg"), class: "footer_social_icon", alt: t('social.linkedin') , title: t('social.linkedin') %> <%= t('footer.copy', year: Date.today.year) %> <%= t('footer.help') %>

<% I18n.available_locales.each do |locale| %> <%= image_tag ("lang/" + locale.to_s + ".svg") %> <% end %>