mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 05:21:42 +00:00
fix: attributes on label in view #13095
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6921a33f61
commit
fbc822ba5d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
- next if param == 'q'
|
- next if param == 'q'
|
||||||
%input{ type: 'hidden', name: param, value: value }
|
%input{ type: 'hidden', name: param, value: value }
|
||||||
.form-group.flex-grow-0.m-0
|
.form-group.flex-grow-0.m-0
|
||||||
%label{for: 'q'}.sr-only= t('.search')
|
%label.sr-only{for: 'q'}= t('.search')
|
||||||
%input#q.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' }
|
%input.sr-only{ type: 'submit' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue