Show "Own" (green) and "Want" (blue) badges on item cards when a logged-in user has items in their closet lists. Badges appear on both search results and outfit items. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
7 lines
201 B
Text
7 lines
201 B
Text
- 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
|