mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 03:46:44 +01:00
rename sort by upload date to id (closes #32)
This commit is contained in:
parent
91c6b1f659
commit
d96b45f32e
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ h1 Search
|
||||||
end
|
end
|
||||||
|
|
||||||
sort_fields = [
|
sort_fields = [
|
||||||
"Sort by upload date": :id,
|
"Sort by image ID": :id,
|
||||||
"Sort by last modification date": :updated_at,
|
"Sort by last modification date": :updated_at,
|
||||||
"Sort by initial post date": :first_seen_at,
|
"Sort by initial post date": :first_seen_at,
|
||||||
"Sort by aspect ratio": :aspect_ratio,
|
"Sort by aspect ratio": :aspect_ratio,
|
||||||
|
|
Loading…
Reference in a new issue