]> cat aescling's git repositories - mastodon.git/commit
Improve admin page (#4121)
authorabcang <abcang1015@gmail.com>
Tue, 18 Jul 2017 14:38:22 +0000 (23:38 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 18 Jul 2017 14:38:22 +0000 (16:38 +0200)
commit4d42a389540690b32886f2a38af1f86aee617d27
tree7764542d3e92a977444fb1de17d18cc4d364aa11
parent8387b3928ec7658192907da79df65e65aaa8a7fc
Improve admin page (#4121)

* Improve admin page

* Fix test

* Add spec

* Improve select style
15 files changed:
app/controllers/admin/reported_statuses_controller.rb
app/controllers/admin/reports_controller.rb
app/controllers/admin/statuses_controller.rb [new file with mode: 0644]
app/javascript/packs/admin.js [new file with mode: 0644]
app/javascript/styles/admin.scss
app/models/form/status_batch.rb [new file with mode: 0644]
app/views/admin/accounts/show.html.haml
app/views/admin/reports/show.html.haml
app/views/admin/statuses/index.html.haml [new file with mode: 0644]
config/locales/en.yml
config/locales/ja.yml
config/routes.rb
spec/controllers/admin/reported_statuses_controller_spec.rb
spec/controllers/admin/statuses_controller_spec.rb [new file with mode: 0644]
spec/models/form/status_batch_spec.rb [new file with mode: 0644]