<% if @user.user_items.size == 0 %>

You haven't found any special items. Keep looking!

 

<% else %>
Drag an item here to make it Active
Drag an item here to make it Inactive
You have <%= @user.user_items.size %> item(s). Only one can be active.
<%= render :partial => 'items' %>
Key:
Persuasive Duck Persuasive Duck
The Persuasive Duck is an important ally in your adventures. Whenever you land on a hotel, the duck helps you charm the hotel clerks into giving you a discount. But use it wisely, Persuasive Ducks run out of uses.

More special items coming soon.

<% end -%>