5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 17:16:22 +00:00

fix: obtener el nombre para humanites #15112

This commit is contained in:
f 2024-04-29 14:07:03 -03:00
parent ff83c97070
commit b867747291
No known key found for this signature in database

View file

@ -15,11 +15,12 @@
%input.sr-only{ type: 'submit' }
- @filter_params.each do |param, values|
- [values].flatten.each do |value|
- if param == :layout
- value = @site.layouts[value.to_sym].humanized_name
= link_to site_posts_path(@site, **@filter_params),
class: 'btn btn-secondary btn-sm',
title: t('posts.remove_filter_help', filter: value),
aria: { labelledby: "help-filter-#{param}" } do
= value
- if param == :layout
= @site.layouts[value.to_sym].humanized_name
- else
= value
×