Files
fizzy/app/views/my/pins/index.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
101 B
Plaintext

<%= turbo_frame_tag "pins" do %>
<%= render partial: "my/pins/pin", collection: @pins %>
<% end %>