Remove draft restoration notice

We don't need to announce that there is autosaved content
This commit is contained in:
Jason Zimdars
2025-11-04 21:54:14 -06:00
parent 1fcf28abcf
commit b826eb47fe
2 changed files with 0 additions and 7 deletions
-2
View File
@@ -1,7 +1,5 @@
<% cache card do %>
<section id="<%= dom_id(card, :card_container) %>" class="card-perma" style="--card-color: <%= card.color %>;">
<%= render "cards/container/status", card: card %>
<div class="card-perma__actions card-perma__actions--left">
<%= render "cards/container/gild", card: card if card.published? && !card.closed? %>
<%= render "cards/container/image", card: card %>
@@ -1,5 +0,0 @@
<% if card.drafted? && card.filled? %>
<div class="card__banner min-width max-width" style="--card-color: <%= card.color %>;">
<span class="overflow-ellipsis">Restored the draft you were working on</span>
</div>
<% end %>