diff --git a/app/views/cards/show.html.erb b/app/views/cards/show.html.erb index c4a621a00..cae272b79 100644 --- a/app/views/cards/show.html.erb +++ b/app/views/cards/show.html.erb @@ -23,7 +23,7 @@ <%= link_to_home %> <%= link_to_back fallback_path: cards_path(collection_id: @card.collection) %> - <% if @card.published? %> + <% if @card.published? && !@card.closed? %>
<%= form_with url: card_engagement_path(@card), method: :delete, data: { controller: "form" } do |form| %>