5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 08:51:42 +00:00

fix: add id to input in view #13095
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jazzari 2023-04-17 17:59:35 -03:00
parent 85f9590719
commit 6921a33f61

View file

@ -50,7 +50,7 @@
%input{ type: 'hidden', name: param, value: value }
.form-group.flex-grow-0.m-0
%label{for: 'q'}.sr-only= t('.search')
%input.form-control.border.border-magenta{ type: 'search', placeholder: t('.search'), name: 'q', value: @filter_params[:q] }
%input#q.form-control.border.border-magenta{ type: 'search', placeholder: t('.search'), name: 'q', value: @filter_params[:q] }
%input.sr-only{ type: 'submit' }
- if @site.locales.size > 1