File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1515 < div class ="row ">
1616 < div class ="col-lg-9 pe-lg-5 ">
1717 <% if params [ :query ] . present? %>
18- < div class ="listing-controls rounded p-3 mb-5 ">
19- < p class ="mb-0 "> <%= pluralize ( @funds . count , 'result' ) %> for < strong > <%= params [ :query ] %> </ strong > </ p >
20- </ div >
2118 <% if @funds . any? %>
19+ < div class ="listing-controls rounded p-3 mb-5 ">
20+ < p class ="mb-0 "> <%= pluralize ( @pagy . count , 'result' ) %> for < strong > <%= params [ :query ] %> </ strong > </ p >
21+ </ div >
2222 <% @funds . each do |fund | %>
2323 < div class ="card mb-4 pb-4 listing d-flex flex-row align-items-center ">
24- < img src ="<%= fund . logo_url %> " alt ="" class ="card-img img-fluid " onerror ="this.style.display='none' " style ="max-width: 60px; ">
24+ < a href ="<%= fund_path ( fund ) %> ">
25+ < img src ="<%= fund . logo_url %> " alt ="" class ="card-img img-fluid " onerror ="this.style.display='none' " style ="max-width: 60px; ">
26+ </ a >
2527 < div class ="card-body p-0 ms-3 ">
2628 < h3 class ="card-title listing__title mt-3 ">
2729 < a href ="<%= fund_path ( fund ) %> ">
You can’t perform that action at this time.
0 commit comments