5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 12:16:07 +00:00
panel/app/views/schemas/_filter.haml
f 5c97637738
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: mostrar la lista de artículos organizada #13072
2023-04-17 18:33:18 -03:00

5 lines
287 B
Plaintext

- if filter[:layout] == schema.name.to_s
= link_to t('.remove'), site_posts_path(site, **filter.merge(layout: nil)), class: 'btn btn-primary btn-sm m-0'
- else
= link_to t('.filter'), site_posts_path(site, **filter.merge(layout: schema.value)), class: 'btn btn-secondary btn-sm m-0'