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',