e610bc981e
We can optimize with streams separately, this fixes a bug
8 lines
451 B
Plaintext
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 %>
|