Don't choke when a card is missing its stage

This can happen if the stage was destroyed
This commit is contained in:
Jorge Manrubia
2025-06-19 08:25:48 +02:00
parent 631579c3e5
commit 6907d07d07
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<%= render "cards/display/preview/collection", card: card %>
<%= render "cards/display/preview/tags", card: card %>
<% if workflow = card.collection.workflow %>
<% if card.staged? %>
<span class="btn justify-start workflow-stage workflow-stage--current txt-uppercase min-width max-width">
<span class="overflow-ellipsis "><%= card.stage.name %></span>
</span>