Remove draft restoration notice
We don't need to announce that there is autosaved content
This commit is contained in:
@@ -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 %>
|
||||
Reference in New Issue
Block a user