about summary refs log tree commit diff
path: root/app/views/remote_unfollows/_post_follow_actions.html.haml
blob: 328f7c833b1eb2100e07a842cdc7e0bbcd567e12 (plain) (blame)
1
2
3
4
.post-follow-actions
  %div= link_to t('authorize_follow.post_follow.web'), web_url("accounts/#{@account.id}"), class: 'button button--block'
  %div= link_to t('authorize_follow.post_follow.return'), ActivityPub::TagManager.instance.url_for(@account), class: 'button button--block'
  %div= t('authorize_follow.post_follow.close')