about summary refs log tree commit diff
path: root/app/views/authorize_follows/success.html.haml
AgeCommit message (Collapse)Author
2018-08-18Add remote interaction dialog for toots (#8202)Eugen Rochko
* Add remote interaction dialog for toots * Change AuthorizeFollow into AuthorizeInteraction, support statuses * Update brakeman.ignore * Adjust how interaction buttons are display on public pages * Fix tests
2018-07-28Redesign public profiles and toots (#8068)Eugen Rochko
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)