add missing sort to notifications page

This commit is contained in:
byte[] 2019-12-20 09:35:49 -05:00
parent 0c5860c457
commit a03e0c3dde

View file

@ -16,6 +16,7 @@ defmodule PhilomenaWeb.NotificationController do
notifications =
notifications
|> order_by(desc: :updated_at)
|> Repo.paginate(conn.assigns.scrivener)
entries =