about summary refs log tree commit diff
path: root/app/views/stream_entries/_follow.html.haml
blob: f19e8783d9bd325efce69c1e2cbfe2f18c63f4bf (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, url_for_target(follow.target_account)