From 397b7e176f55cc0860aec0215cdca9ce3e9e27ab Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Oct 2025 15:56:42 +0100 Subject: [PATCH] No longer used --- app/views/cards/_comments.html.erb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 app/views/cards/_comments.html.erb diff --git a/app/views/cards/_comments.html.erb b/app/views/cards/_comments.html.erb deleted file mode 100644 index 9ed43c777..000000000 --- a/app/views/cards/_comments.html.erb +++ /dev/null @@ -1,6 +0,0 @@ -<% if card.comments.any? %> -
- - <%= pluralize(card.comments.count, "comment") %> -
-<% end %>