about summary refs log tree commit diff
path: root/app/views/stream_entries/_follow.html.haml
blob: da6d062f0f28c9cebf671cda0966be389ea5269c (plain) (blame)
1
2
3
4
5
.entry.entry-follow
  .content.emojify
    %strong= link_to follow.account.acct, account_path(follow.account)
    = t('stream_entries.is_now_following')
    %strong= link_to follow.target_account.acct, TagManager.instance.url_for(follow.target_account)