Fix more haml-lint Rubocop (#24107)

This commit is contained in:
Nick Schonning 2023-03-15 15:07:43 -04:00 committed by GitHub
parent 0b8b0ef652
commit 65669d3c57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 30 additions and 52 deletions

View file

@ -31,7 +31,7 @@
- player_card = true
= opengraph 'og:image', full_asset_url(account.avatar.url(:original))
= opengraph 'og:image:width', '400'
= opengraph 'og:image:height','400'
= opengraph 'og:image:height', '400'
= opengraph 'og:audio', full_asset_url(media.file.url(:original))
= opengraph 'og:audio:secure_url', full_asset_url(media.file.url(:original))
= opengraph 'og:audio:type', media.file_content_type