about summary refs log tree commit diff
path: root/app/views/authorize_follows/success.html.haml
AgeCommit message (Collapse)Author
2018-03-24Note if the user is already following the target when authorizing follow (#6325)Akihiko Odaki
2018-01-22Resolve URL for local account in follow authorization success view (#6324)Akihiko Odaki
2017-07-10Remote following success page (#4129)STJrInuyasha
* Added a success page to remote following Includes follow-through links to web (the old redirect target) and back to the remote user's profile * Use Account.new in spec instead of a fake with only id (fixes spec) * Fabricate(:account) over Account.new * Remove self from the success text (and all HTML with it)