Fix more haml-lint Rubocop (#24107)
This commit is contained in:
parent
0b8b0ef652
commit
65669d3c57
22 changed files with 30 additions and 52 deletions
|
@ -13,4 +13,4 @@
|
|||
%strong.emojify.p-name= display_name(account, custom_emojify: true)
|
||||
%span
|
||||
= acct(account)
|
||||
= fa_icon('lock', { data: ({hidden: true} unless account.locked?)})
|
||||
= fa_icon('lock', { data: ({ hidden: true } unless account.locked?) })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue