Skip to content

Commit

Permalink
Partial revert of 4cd8eb0 which accidently committed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jun 28, 2024
1 parent fec1048 commit 17ee55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_tailwind/applications/_address_search.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
<div class="space-y-8">
<ol class="space-y-8 [counter-reset:section]">
<%= render partial: "trending", collection: Application.all.limit(3), as: :application %>
<%= render partial: "trending", collection: Application.trending.limit(3), as: :application %>
</ol>
<%= pa_link_to "View top 20 commented applications", trending_applications_path, extra_classes: "text-xl inline-block pl-10" %>
</div>
Expand Down

0 comments on commit 17ee55c

Please sign in to comment.