Files
fizzy/app/views/cards/container/footer/_published.html.erb
T
2025-10-03 18:25:04 +02:00

8 lines
451 B
Plaintext

<%# FIXME: Let's move this aside outside of the card container section so these frames don't reload/flicker when card is replaced %>
<aside class="card-perma__actions card-perma__actions--right" role="toolbar">
<%= turbo_frame_tag card, :watch, src: card_watch_path(card), target: "_top", refresh: :morph %>
<%= turbo_frame_tag card, :pin, src: card_pin_path(card), refresh: :morph %>
</aside>
<%= render "cards/container/closure", card: card %>