Skip to content

Commit

Permalink
Try unordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
jazairi committed Jun 6, 2024
1 parent c781b82 commit 505a0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/search/results.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
<main id="results" class="col3q wrap-results">
<% if @results.present? %>
<h2 class="hd-3 results-context"><%= results_summary(@pagination[:hits]) %> returned</h2>
<ol class="results-list" start="<%= @pagination[:start] %>">
<ul class="results-list" start="<%= @pagination[:start] %>">
<% if Flipflop.enabled?(:gdt) %>
<%= render(partial: 'search/result_geo', collection: @results) %>
<% else %>
<%= render(partial: 'search/result', collection: @results) %>
<% end %>
</ol>
</ul>
<% else %>
<div class="no-results">
<p class="hd-2">No results found for your search</p>
Expand Down

0 comments on commit 505a0a3

Please sign in to comment.