mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
persist tag search
This commit is contained in:
parent
f6ebb4ee41
commit
51ccd367c4
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
|||
<div class="col col-50">
|
||||
<form id="search_criteria" action="/browse" method="GET">
|
||||
<fieldset class="grouping">
|
||||
<% if params[:tag] %>
|
||||
<input name="tag" type="hidden" value="<%= params[:tag] %>">
|
||||
<% end %>
|
||||
<label class="text-Label" for="sort_by">Sort By:</label>
|
||||
<div class="select-Container">
|
||||
<select name="sort_by" id="sort_by" class="input-Select">
|
||||
|
|
Loading…
Add table
Reference in a new issue