Fix style for hashes (#20518)
* Fix style for hashes Make the style for hashes consistent. * New style More consistency
This commit is contained in:
parent
c373148b3d
commit
4f15fd0ba1
24 changed files with 55 additions and 51 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