diff --git a/src/View/Status.elm b/src/View/Status.elm index 15f7839..f0e820e 100644 --- a/src/View/Status.elm +++ b/src/View/Status.elm @@ -210,7 +210,7 @@ statusActionsView status currentUser showApp = mentionView : Mention -> Html Msg mentionView mention = a - [ href mention.url + [ href ("#account/"++mention.id) , class "mention" ] [ text <| "@" ++ mention.username ]