<% @uploads.each do |im| %> <% unless im.nil? %> <% pw_c = "#{image_tag(im.medium_location)}" %> <% pw_c += "

#{I18n.t('original_filename')} : #{im.original_filename}

#{I18n.t('reception_date')} : #{im.localised_reception_date}

#{I18n.t('date_created')} : #{im.localised_date_created}

#{I18n.t('normalized_credit')} : #{im.normalized_credit}

#{I18n.t('description')} : #{im.description}

" %> <% end %> <% end %>
Photo Date Nom Fichier Ville <%= I18n.t('creator') %> Titre Crédit
<%= image_tag(im.thumb_location, class: "popover-trigger", data: {content: pw_c, style: 'primary', toggle: 'popover'}, size: fit_square(im.ratio,40))%> <%= I18n.l(im.updated_at) %> <%= im.original_filename %> <%= im.provider.name %> <%= im.creator %> <%= im.headline %> <%= im.normalized_credit %>