<% if @card.creating? && @card.can_recover_abandoned_creation? %>
You have an unsaved card. Would you like to continue where you left off? <%= button_to card_recover_path(@card), class: "btn txt-small", data: { turbo_action: "replace" } do %> Restore <% end %>
<% end %> <% if @card.drafted? %>
This is a draft, it’s only visible to you. <%= button_to card_publish_path(@card), class: "btn txt-small", style: "--btn-background: #{@card.color}" do %> Post to project <% end %>
<% end %>