mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +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">
|
<div class="col col-50">
|
||||||
<form id="search_criteria" action="/browse" method="GET">
|
<form id="search_criteria" action="/browse" method="GET">
|
||||||
<fieldset class="grouping">
|
<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>
|
<label class="text-Label" for="sort_by">Sort By:</label>
|
||||||
<div class="select-Container">
|
<div class="select-Container">
|
||||||
<select name="sort_by" id="sort_by" class="input-Select">
|
<select name="sort_by" id="sort_by" class="input-Select">
|
||||||
|
|
Loading…
Add table
Reference in a new issue