b0aae3ad9e
This reverts commit a4cc143b09.
8 lines
401 B
Plaintext
8 lines
401 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) %>
|
|
<%= turbo_frame_tag card, :pin, src: card_pin_path(card) %>
|
|
</aside>
|
|
|
|
<%= render "cards/container/closure", card: card %>
|