impress/app/views/wardrobe/items/badges/_closet.html.haml

8 lines
201 B
Text
Raw Normal View History

- if item.owned?
%abbr.item-badge{data: {item_kind: "own"}, title: "You own this item"}
Own
- if item.wanted?
%abbr.item-badge{data: {item_kind: "want"}, title: "You want this item"}
Want