about summary refs log tree commit diff
path: root/app/views/remote_unfollows/_post_follow_actions.html.haml
blob: 2a9c062e9c78e3a4975e390ddef01f6a5bf57bc8 (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'), TagManager.instance.url_for(@account), class: 'button button--block'
  %div= t('authorize_follow.post_follow.close')