Fix more haml-lint Rubocop (#24107)
This commit is contained in:
parent
0b8b0ef652
commit
65669d3c57
22 changed files with 30 additions and 52 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue