Disallow removing filters from sort by column

This commit is contained in:
syeopite 2021-04-12 01:52:53 -07:00
parent a81f66debe
commit c6466e6ada
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

View File

@ -116,10 +116,7 @@
<% ["relevance", "rating", "date", "views"].each do |sort| %>
<div class="pure-u-1 pure-md-1-5">
<% if operator_hash.fetch("sort", "relevance") == sort %>
<a style="color: inherit;" href="<%= base_url + "#{filter_params.gsub(/&sort=[a-z]+/, "")}"%>">
<b><%= translate(locale, sort) %></b>
<i class="remove-filter icon ion-md-close"></i>
</a>
<b><%= translate(locale, sort) %></b>
<% else %>
<a href="<%= base_url + "#{filter_params.gsub(/&sort=[a-z]+/, "")}&sort=#{sort}"%>">
<%= translate(locale, sort) %>