From d6466cdda2c296968edc4d4aed8ea460b9b00775 Mon Sep 17 00:00:00 2001 From: maki Date: Tue, 14 May 2024 12:27:59 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20traducci=C3=B3n=20rota=20en=20bot=C3=B3n?= =?UTF-8?q?=20submit=20de=20filtros=20#16289?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/posts/index.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/index.haml b/app/views/posts/index.haml index 660f8d5f..5655c160 100644 --- a/app/views/posts/index.haml +++ b/app/views/posts/index.haml @@ -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",