Lint Slim files and fix offenses

The fixing was partially done manually and partially automatically.
This commit is contained in:
Sebastian Serth
2024-04-13 20:06:03 +02:00
committed by Dominic Sauer
parent ddfa06ffaa
commit 9a9efd5caa
91 changed files with 378 additions and 392 deletions

View File

@@ -1,9 +1,8 @@
#statistics-container
- statistics_data.each do | section |
- statistics_data.each do |section|
h2 = section[:name]
.statistics-wrapper data-key=section[:key]
- section[:entries].each do | entry |
- section[:entries].each do |entry|
a href=entry[:url]
div data-key=entry[:key]
.title = entry[:name]