Files
fizzy/app/views/my/pins/_pin.html.erb
T
David Heinemeier Hansson 07e801b74c Fix pinning to tray
They need to have a complete dom element that is unique
2025-04-17 13:52:55 +02:00

4 lines
115 B
Plaintext

<div class="pin tray__item" id="<%= dom_id pin %>">
<%= render "cards/display/preview", card: pin.card %>
</div>