Admin UI for confirming users (#2245)
* Shows confirmed status in list. * Adds ability to confirm users in admin UI. * Added new english translations. * Addresses feedback from #2245. * More feedback.
Showing
- app/controllers/admin/confirmations_controller.rb 18 additions, 0 deletionsapp/controllers/admin/confirmations_controller.rb
- app/models/user.rb 4 additions, 0 deletionsapp/models/user.rb
- app/views/admin/accounts/index.html.haml 7 additions, 0 deletionsapp/views/admin/accounts/index.html.haml
- app/views/admin/accounts/show.html.haml 3 additions, 0 deletionsapp/views/admin/accounts/show.html.haml
- config/locales/en.yml 2 additions, 0 deletionsconfig/locales/en.yml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- spec/models/user_spec.rb 12 additions, 0 deletionsspec/models/user_spec.rb
Loading
Please register or sign in to comment