diff --git a/app/views/cards/_image.html.erb b/app/views/cards/_image.html.erb index b7b037be1..c1617792e 100644 --- a/app/views/cards/_image.html.erb +++ b/app/views/cards/_image.html.erb @@ -3,7 +3,7 @@ <%= icon_tag "picture-remove" %> Clear background image <% end %> -<% else %> +<% elsif !card.closed? %> <%= form_with model: card, url: collection_card_path(card.collection, card), data: { controller: "form" } do |form| %>