-
- Downloads
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
Showing
- app/controllers/admin/relationships_controller.rb 25 additions, 0 deletionsapp/controllers/admin/relationships_controller.rb
- app/controllers/relationships_controller.rb 3 additions, 43 deletionsapp/controllers/relationships_controller.rb
- app/models/relationship_filter.rb 109 additions, 0 deletionsapp/models/relationship_filter.rb
- app/views/admin/accounts/show.html.haml 1 addition, 1 deletionapp/views/admin/accounts/show.html.haml
- app/views/admin/relationships/index.html.haml 39 additions, 0 deletionsapp/views/admin/relationships/index.html.haml
- config/locales/en.yml 3 additions, 3 deletionsconfig/locales/en.yml
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
Please register or sign in to comment