Skip to content

Commit

Permalink
Remove logic on sort by
Browse files Browse the repository at this point in the history
  • Loading branch information
kelliedesigner committed Nov 5, 2024
1 parent 4df1f7d commit 2c3d8df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/components/find/results/sort_by_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<% if results.location_filter? %>
<div class="sort-container">
<!--<p class="govuk-heading-m" style="margin-bottom:0;">Sorted by distance</p>-->
<form action="/results" method="get" accept-charset="utf-8" novalidate>
<div class="govuk-form-group govuk-form-group--sort">
<label class="govuk-label" for="sort">
Sort by
<strong>Sort by</strong>
</label>
<select class="govuk-select" id="sort" name="sort">
<option value="views">Choose an option</option>
Expand All @@ -16,4 +15,3 @@
</form>

</div>
<% end %>

0 comments on commit 2c3d8df

Please sign in to comment.