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