Allow cards to be moved to another collection

This commit is contained in:
Jason Zimdars
2025-05-29 21:41:29 -05:00
parent 0fce31eba8
commit c4ca5d34e4
8 changed files with 63 additions and 14 deletions
+1 -5
View File
@@ -3,11 +3,7 @@
<div class="flex gap">
<div class="flex flex-column flex-item-grow">
<header class="card__header">
<span class="card__collection">
<span class="card__id"><%= card.id %></span>
<%= link_to card.collection.name, cards_path(collection_ids: [ card.collection ]),
class: "card__collection-name txt-uppercase overflow-ellipsis" %>
</span>
<%= render "cards/display/preview/collection", card: card %>
<%= render "cards/display/preview/tags", card: card %>
</header>