No longer used

This commit is contained in:
Jason Zimdars
2025-04-16 09:41:48 -05:00
parent 2ea898324f
commit 134e7f5d6e
-9
View File
@@ -1,9 +0,0 @@
<% if card.due_on.present? %>
<%= form_with model: card, url: collection_card_path(card.collection, card), data: { controller: "form" } do |form| %>
<label class="card__detail card__date">
<span class="for-screen-reader">Change the due date</span>
<span class="card__date-text"><%= html_escape card.due_on.strftime("%b <br> %d").html_safe %></span>
<%= form.date_field :due_on, class: "input input--hidden", data: { action: "change->form#submit click->form#showPicker" } %>
</label>
<% end %>
<% end %>