mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +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
|
||||
|> order_by(desc: :updated_at)
|
||||
|> Repo.paginate(conn.assigns.scrivener)
|
||||
|
||||
entries =
|
||||
|
|
Loading…
Reference in a new issue