From b7b046b5b967f5f7d4123987c4ee1eb35a68698c Mon Sep 17 00:00:00 2001 From: maki Date: Fri, 14 Jun 2024 16:09:24 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20ajust=20m=C3=A1rgenes=20bot=C3=B3n=20de?= =?UTF-8?q?=20aplicar=20filtros=20#16509?= 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 ec76806c..6b9a1f2d 100644 --- a/app/views/posts/index.haml +++ b/app/views/posts/index.haml @@ -31,7 +31,7 @@ key: key, schema: schema, filter: @filter_params - %button.btn.btn-secondary.mt-3{ type: 'submit' }= t('posts.filters.submit') + %button.btn.btn-secondary.mt-2.mb-4{ type: 'submit' }= t('posts.filters.submit') = render 'layouts/details', summary: t('posts.new'), summary_class: 'h4 magenta font-weight-bold m-0 px-2 py-2',