Inventory

<% @character_items.ordered_by_item_name.each do |ci| %> <% end %>
Amount Item Equip Use Destroy
<%= ci.quantity %> <%= ci.item.name %> <% if ci.item.equip_slot %> <%= link_to "[Equip]", "#" %> <% end %> <% if ci.item.usable? %> <%= link_to "[Use]", "#" %> <% end %> <%= link_to "[Destroy]", "#" %> <%= link_to "[Destroy All]", "#" %>