Fix code formatting.
This commit is contained in:
parent
c834260557
commit
b10761a413
@ -122,7 +122,6 @@ statusView ({ account, content, media_attachments, reblog, mentions } as status)
|
|||||||
let
|
let
|
||||||
accountLinkAttributes =
|
accountLinkAttributes =
|
||||||
[ href account.url
|
[ href account.url
|
||||||
|
|
||||||
-- When clicking on a status, we should not let the browser
|
-- When clicking on a status, we should not let the browser
|
||||||
-- redirect to a new page. That's why we're preventing the default
|
-- redirect to a new page. That's why we're preventing the default
|
||||||
-- behavior here
|
-- behavior here
|
||||||
@ -144,8 +143,7 @@ statusView ({ account, content, media_attachments, reblog, mentions } as status)
|
|||||||
Nothing ->
|
Nothing ->
|
||||||
div [ class "status" ]
|
div [ class "status" ]
|
||||||
[ a accountLinkAttributes
|
[ a accountLinkAttributes
|
||||||
[ img [ class "avatar", src account.avatar ] []
|
[ img [ class "avatar", src account.avatar ] [] ]
|
||||||
]
|
|
||||||
, div [ class "username" ]
|
, div [ class "username" ]
|
||||||
[ a accountLinkAttributes
|
[ a accountLinkAttributes
|
||||||
[ text account.display_name
|
[ text account.display_name
|
||||||
|
Loading…
Reference in New Issue
Block a user