<%= image_tag(get_home_page_logo, title: I18n.t('home')) %>

Indexation

<% if @images.count == 1 %> <%= I18n.t('header_text_1pic_1') %>
<%= I18n.t('header_text_1pic_2') %> <%= I18n.t('header_text_1pic_3') %>
<%= I18n.t('header_text_1') %> <%= I18n.t('indexation.validate') %> <%= I18n.t('header_text_1pic_4') %> <%= I18n.t('cancel') %> <%= I18n.t('header_text_2') %>
<%= I18n.t('header_text_3') %>
<% else %> <%= I18n.t('header_text_pics_1') %>
<%= I18n.t('header_text_pics_2') %>
<%= I18n.t('header_text_pics_3') %> <%= I18n.t('header_text_pics_4') %> <%= I18n.t('header_text_pics_5') %>
<%= I18n.t('header_text_1') %> <%= I18n.t('indexation.validate') %> <%= I18n.t('header_text_pics_6') %> <%= I18n.t('cancel') %> <%= I18n.t('header_text_2') %>
<%= I18n.t('header_text_3') %>
<% end %>