You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
STJrInuyasha 7a889a8e12 Remote following success page (#4129)
* 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)
8 years ago
..
controllers Remote following success page (#4129) 8 years ago
helpers
javascript Remote following success page (#4129) 8 years ago
lib
mailers
models
policies
presenters
serializers
services
validators
views Remote following success page (#4129) 8 years ago
workers