Skip to content

Commit

Permalink
Only can do a "todo" when the old theme has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Feb 26, 2024
1 parent d66db6b commit a536a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/_tailwind/applications/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<%= render partial: "application", collection: @applications %>
</div>

<%# 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) %>
2 changes: 1 addition & 1 deletion app/views/_tailwind/comments/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<%= render @comments, show_extra: true %>
</div>

<%# 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) %>

0 comments on commit a536a10

Please sign in to comment.