Seasonal Loot List

<% if @loot.any? %>
Date
Player
Item
Roll Type
<% @loot.each do |l| %>
<%= l.date %>
<%= l.player_name_with_alt %>
<%= link_to l.item_name, l.wowhead, target: "_blank", rel: "nofollow" %>
<%= l.roll_type_pretty %>
<% end %>
Loot Distribution
<% else %>

No loot records exist

<% end %>