Open account when clicking on a follower's bio.
This commit is contained in:
parent
50f74848e8
commit
9668e63f34
@ -369,7 +369,12 @@ notificationFollowView { accounts } =
|
|||||||
div [ class "status follow-profile" ]
|
div [ class "status follow-profile" ]
|
||||||
[ accountAvatarLink account
|
[ accountAvatarLink account
|
||||||
, div [ class "username" ] [ accountLink account ]
|
, div [ class "username" ] [ accountLink account ]
|
||||||
, p [ class "status-text" ] <| ViewHelper.formatContent account.note []
|
, p
|
||||||
|
[ class "status-text"
|
||||||
|
, onClick <| LoadAccount account.id
|
||||||
|
]
|
||||||
|
<|
|
||||||
|
ViewHelper.formatContent account.note []
|
||||||
]
|
]
|
||||||
in
|
in
|
||||||
div [ class "notification follow" ]
|
div [ class "notification follow" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user