07ec3f49fd
Trade off is potentially a tiny delay on opening when reassigning, but that seems worth it.
4 lines
186 B
Plaintext
4 lines
186 B
Plaintext
<%= render "cards/display/common/assignees", card: card do %>
|
|
<%= turbo_frame_tag card, :assignment, src: new_card_assignment_path(card), loading: :lazy, refresh: "morph" %>
|
|
<% end %>
|