mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:26:21 +00:00
mostrar el texto buscado en el buscador
para poder editarlo si hace falta
This commit is contained in:
parent
e1055cc912
commit
f9a2d12803
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
- next if param == 'q'
|
||||
%input{ type: 'hidden', name: param, value: value }
|
||||
.form-group.flex-grow-0.m-0
|
||||
%input.form-control.border.border-magenta{ type: 'search', placeholder: 'Buscar', name: 'q', value: @q }
|
||||
%input.form-control.border.border-magenta{ type: 'search', placeholder: 'Buscar', name: 'q', value: @filter_params[:q] }
|
||||
%input.sr-only{ type: 'submit' }
|
||||
|
||||
- if @site.locales.size > 1
|
||||
|
|
Loading…
Reference in a new issue