]> cat aescling's git repositories - mastodon.git/commit
Change order of announcements in admin page to sort them newest-first (#15091)
authorThibG <thib@sitedethib.com>
Wed, 4 Nov 2020 20:15:22 +0000 (21:15 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Nov 2020 20:15:22 +0000 (21:15 +0100)
commitb29defb851f091d9b4419ea149b44dac7944bd06
tree82608a918aa8a90af9fa4ebb0876c4e190f98e34
parentd6fe0c94ca48a10d579cf5ec321c33c6124b402d
Change order of announcements in admin page to sort them newest-first (#15091)

* Change order of announcements in admin page to sort show newly-created first

Fixes #15090

* Use reverse-chronological rather than creation date only
app/controllers/admin/announcements_controller.rb
app/models/announcement.rb