<%= image_tag entry.pokemon.sprite_path(shiny: entry.shiny?) %>
<%= "Shiny " if entry.shiny? %><%= entry.pokemon.name %>
Recorded by <%= link_to entry.user.name || "???", user_path(entry.user) %> @ <%= entry.recorded_at %>