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

chore: haml-lint

This commit is contained in:
f 2024-05-02 16:25:20 -03:00
parent d6eaef97f4
commit 6ceef5465f
No known key found for this signature in database

View file

@ -15,11 +15,14 @@
%tbody
- @sites.each do |site|
- next unless site.jekyll?
%tr
%td
%h2
- if policy(site).show?
= link_to site.title, site_posts_path(site, locale: site.default_locale)
= link_to site.title,
site_posts_path(site,
locale: site.default_locale)
- else
= site.title
%p.lead= site.description