Files
fizzy/app/views/cards/pins/show.html.erb
T
2025-04-17 14:14:03 +02:00

4 lines
109 B
Plaintext

<%= turbo_frame_tag dom_id(@card, :pin) do %>
<%= render "cards/pins/pin_button", card: @card %>
<% end %>