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