mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
asc to desc to show most recent entries first for paper
This commit is contained in:
parent
e91d9f70df
commit
3111422940
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class SearchController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
sort do
|
sort do
|
||||||
by :published_at, order: 'asc'
|
by :published_at, order: 'desc'
|
||||||
by :reference, order: 'asc'
|
by :reference, order: 'asc'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue