]> cat aescling's git repositories - mastodon.git/commit
Add indication to admin UI of whether a report has been forwarded (#13237)
authorThibG <thib@sitedethib.com>
Tue, 15 Dec 2020 03:30:15 +0000 (04:30 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Dec 2020 03:30:15 +0000 (04:30 +0100)
commit1390cc194bd07b85fe36e31a0cab22981315974d
tree27a181069ada860864acbaa90aa8de76e54607e4
parent7c800fa80188872805091f733c919d6b07b3936e
Add indication to admin UI of whether a report has been forwarded (#13237)

* Add indication to admin UI of whether a report has been forwarded

* Rework how forwarded status is displayed

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
app/models/report.rb
app/services/report_service.rb
app/views/admin/reports/index.html.haml
app/views/admin/reports/show.html.haml
config/locales/en.yml
db/migrate/20200309150742_add_forwarded_to_reports.rb [new file with mode: 0644]
db/schema.rb