mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 22:46:21 +00:00
fix: traducción rota en botón submit de filtros #16289
This commit is contained in:
parent
59abb9e68a
commit
d6466cdda2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
- schema = @site.layouts[key]
|
||||
%input.custom-control-input.magenta{ type: 'checkbox', id: schema, name: "layout[]", class: "", value: schema.name, checked: @filter_params[:layout]&.include?(key.to_s) }
|
||||
%label.custom-control-label.font-weight-normal{ for: schema }= schema.humanized_name
|
||||
%button.btn.btn-secondary.mt-3{ type: 'submit' }= t('.filters.submit')
|
||||
%button.btn.btn-secondary.mt-3{ type: 'submit' }= t('posts.filters.submit')
|
||||
= render 'layouts/details',
|
||||
summary: t('posts.new'),
|
||||
summary_class: "h4 magenta font-weight-bold m-0 px-2",
|
||||
|
|
Loading…
Reference in a new issue