Files
fizzy/app/views/bubbles/_card_preview.html.erb
T
Jorge Manrubia 6d716fa932 Prevent turbo frames from loading edit forms when previwing cards in collections
To render N cards we were loading 3xN turbo frames. I suspect this makes staging choke.
2025-04-02 11:21:30 +02:00

4 lines
82 B
Plaintext

<% previewing_card do %>
<%= render "bubbles/card", bubble: bubble %>
<% end %>