]> cat aescling's git repositories - mastodon.git/commit
Remote following success page (#4129)
authorSTJrInuyasha <MattWCSTRFAN@gmail.com>
Mon, 10 Jul 2017 16:05:06 +0000 (09:05 -0700)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 10 Jul 2017 16:05:06 +0000 (18:05 +0200)
commit7a889a8e125a03e109b225cd83b0abcbdc76d95b
tree52aeb321afcb04bbeb6fa0c61a5ae8eec700d1cf
parentd081d4a4226ba317a1b653aa6eef57543cbe4430
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)
app/controllers/authorize_follows_controller.rb
app/javascript/styles/forms.scss
app/views/authorize_follows/success.html.haml [new file with mode: 0644]
config/locales/en.yml
spec/controllers/authorize_follows_controller_spec.rb