]> cat aescling's git repositories - mastodon.git/commit
Change followers page to relationships page in admin UI (#12927)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 23 Jan 2020 19:33:20 +0000 (20:33 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2020 19:33:20 +0000 (20:33 +0100)
commitc0006a004d0e58bb3ad356759c17e60f28975b61
treec7db8022c8759f30cddc497e3d7aa1c474dbd9fd
parent27f9aa34776e89d0e56fc8aba7a52e075927b146
Change followers page to relationships page in admin UI (#12927)

Allow browsing and filtering all relationships instead of just
followers, unify the codebase with the user-facing relationship
manager, add ability to see who the user invited
app/controllers/admin/followers_controller.rb [deleted file]
app/controllers/admin/relationships_controller.rb [new file with mode: 0644]
app/controllers/relationships_controller.rb
app/models/relationship_filter.rb
app/views/admin/accounts/show.html.haml
app/views/admin/followers/index.html.haml [deleted file]
app/views/admin/relationships/index.html.haml [new file with mode: 0644]
config/locales/en.yml
config/routes.rb