]> cat aescling's git repositories - mastodon.git/commit
Add page for authorizing/rejecting follow requests
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 22 Dec 2016 23:04:52 +0000 (00:04 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 22 Dec 2016 23:04:52 +0000 (00:04 +0100)
commitb302b9202b17abe9834460acf589b512579766d6
tree927362d8752727f32e93c733a7cba573608ede70
parent3c841c73062a43a634ff7407ef3e6c84c5510c96
Add page for authorizing/rejecting follow requests
14 files changed:
app/assets/javascripts/components/features/account/components/header.jsx
app/controllers/follow_requests_controller.rb [new file with mode: 0644]
app/helpers/admin/accounts_helper.rb
app/helpers/follow_requests_helper.rb [new file with mode: 0644]
app/views/about/index.html.haml
app/views/accounts/_header.html.haml
app/views/follow_requests/index.html.haml [new file with mode: 0644]
app/views/layouts/auth.html.haml
app/views/settings/shared/_links.html.haml
config/locales/en.yml
config/locales/simple_form.en.yml
config/routes.rb
spec/controllers/follow_requests_controller_spec.rb [new file with mode: 0644]
spec/helpers/follow_requests_helper_spec.rb [new file with mode: 0644]