From a536a1070074287323b703f7e013a4e78f2775d5 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Mon, 26 Feb 2024 04:03:22 +0000 Subject: [PATCH] Only can do a "todo" when the old theme has been removed --- app/views/_tailwind/applications/index.html.erb | 2 +- app/views/_tailwind/comments/index.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/_tailwind/applications/index.html.erb b/app/views/_tailwind/applications/index.html.erb index 4fd403b35..c1d044114 100644 --- a/app/views/_tailwind/applications/index.html.erb +++ b/app/views/_tailwind/applications/index.html.erb @@ -9,5 +9,5 @@ <%= render partial: "application", collection: @applications %> -<%# TODO: Speed up controller by using without_count %> +<%# TODO: Speed up controller by using without_count after removing old theme %> <%= render Tailwind::SimplePager.new(collection: @applications) %> diff --git a/app/views/_tailwind/comments/index.html.erb b/app/views/_tailwind/comments/index.html.erb index 18ae916cf..305ee1416 100644 --- a/app/views/_tailwind/comments/index.html.erb +++ b/app/views/_tailwind/comments/index.html.erb @@ -9,5 +9,5 @@ <%= render @comments, show_extra: true %> -<%# TODO: Speed up controller by using without_count %> +<%# TODO: Speed up controller by using without_count after removing old theme %> <%= render Tailwind::SimplePager.new(collection: @comments) %>