mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-17 11:04:22 +01:00
add missing sort to notifications page
This commit is contained in:
parent
0c5860c457
commit
a03e0c3dde
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ defmodule PhilomenaWeb.NotificationController do
|
||||||
|
|
||||||
notifications =
|
notifications =
|
||||||
notifications
|
notifications
|
||||||
|
|> order_by(desc: :updated_at)
|
||||||
|> Repo.paginate(conn.assigns.scrivener)
|
|> Repo.paginate(conn.assigns.scrivener)
|
||||||
|
|
||||||
entries =
|
entries =
|
||||||
|
|
Loading…
Reference in a new issue