about summary refs log tree commit diff
path: root/app/views/application/_card.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/application/_card.html.haml')
-rw-r--r--app/views/application/_card.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/application/_card.html.haml b/app/views/application/_card.html.haml
index 3d0e6b1da..719856d49 100644
--- a/app/views/application/_card.html.haml
+++ b/app/views/application/_card.html.haml
@@ -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?) })