Improve admin page (#4121)
* Improve admin page * Fix test * Add spec * Improve select style
Showing
- app/controllers/admin/reported_statuses_controller.rb 13 additions, 2 deletionsapp/controllers/admin/reported_statuses_controller.rb
- app/controllers/admin/reports_controller.rb 3 additions, 1 deletionapp/controllers/admin/reports_controller.rb
- app/controllers/admin/statuses_controller.rb 69 additions, 0 deletionsapp/controllers/admin/statuses_controller.rb
- app/javascript/packs/admin.js 40 additions, 0 deletionsapp/javascript/packs/admin.js
- app/javascript/styles/admin.scss 43 additions, 2 deletionsapp/javascript/styles/admin.scss
- app/models/form/status_batch.rb 39 additions, 0 deletionsapp/models/form/status_batch.rb
- app/views/admin/accounts/show.html.haml 2 additions, 2 deletionsapp/views/admin/accounts/show.html.haml
- app/views/admin/reports/show.html.haml 24 additions, 10 deletionsapp/views/admin/reports/show.html.haml
- app/views/admin/statuses/index.html.haml 47 additions, 0 deletionsapp/views/admin/statuses/index.html.haml
- config/locales/en.yml 15 additions, 0 deletionsconfig/locales/en.yml
- config/locales/ja.yml 15 additions, 0 deletionsconfig/locales/ja.yml
- config/routes.rb 2 additions, 1 deletionconfig/routes.rb
- spec/controllers/admin/reported_statuses_controller_spec.rb 37 additions, 1 deletionspec/controllers/admin/reported_statuses_controller_spec.rb
- spec/controllers/admin/statuses_controller_spec.rb 107 additions, 0 deletionsspec/controllers/admin/statuses_controller_spec.rb
- spec/models/form/status_batch_spec.rb 52 additions, 0 deletionsspec/models/form/status_batch_spec.rb
Loading
Please register or sign in to comment