rename sort by upload date to id (closes #32)

This commit is contained in:
Luna D 2020-10-19 21:23:36 +02:00
parent 91c6b1f659
commit d96b45f32e
No known key found for this signature in database
GPG key ID: 81AF416F2CC36FC8

View file

@ -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,