From 134e7f5d6e007fb95ff5cf77e67ae3d5a8df6d17 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 16 Apr 2025 09:41:48 -0500 Subject: [PATCH] No longer used --- app/views/cards/_date.html.erb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 app/views/cards/_date.html.erb diff --git a/app/views/cards/_date.html.erb b/app/views/cards/_date.html.erb deleted file mode 100644 index cc19afe32..000000000 --- a/app/views/cards/_date.html.erb +++ /dev/null @@ -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| %> - - <% end %> -<% end %>