• Fotos de registro

    • <%= image_tag @user.front.large.url, width: 100 %>
    • <%= image_tag @user.side.large.url, width: 100 %>
    • <%= image_tag @user.back.large.url, width: 100 %>
  • <% chronology(@user, "gallery").each do |photos| %>
  • <%= photos[1] %>

      <% photos[0].each do |photo| %>
    • <%= image_tag photo.large, width: 100 %>
    • <% end %>
  • <% end %>