mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 17:18:02 +02:00
SpEcIaL SaUcE
This commit is contained in:
parent
985a2f8b60
commit
55dce7e80e
4 changed files with 40 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
<div class="select-Container">
|
||||
<select name="sort_by" id="sort_by" class="input-Select">
|
||||
<option value="followers" <%= params[:sort_by] == 'followers' ? 'selected' : '' %>>Most Followed</option>
|
||||
<option value="special_sauce" <%= params[:sort_by] == 'special_sauce' ? 'selected' : '' %>>Special Sauce (alpha)</option>
|
||||
<option value="last_updated" <%= params[:sort_by] == 'last_updated' ? 'selected' : '' %>>Last Updated</option>
|
||||
<option value="supporters" <%= params[:sort_by] == 'supporters' ? 'selected' : '' %>>Neocities Supporters</option>
|
||||
<option value="featured" <%= params[:sort_by] == 'featured' ? 'selected' : '' %>>Featured</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue