5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 14:15:46 +00:00

mostrar el texto buscado en el buscador

para poder editarlo si hace falta
This commit is contained in:
f 2021-05-07 17:46:49 -03:00
parent e1055cc912
commit f9a2d12803

View file

@ -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