mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 14:16:22 +00:00
chore: haml-lint
This commit is contained in:
parent
d6eaef97f4
commit
6ceef5465f
1 changed files with 21 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue