impress/app/views/wardrobe/items/_item_card_content.html.haml

8 lines
221 B
Text
Raw Normal View History

.item-thumbnail
= image_tag item.thumbnail_url, alt: "", loading: "lazy"
.item-info
.item-name= item.name
.item-badges
= render "items/badges/kind", item: item
= render "items/badges/first_seen", item: item