Recent list: show upload date only, drop the time
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
011f033f4b
commit
42fd0a2af4
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ func (s *Server) renderRecent(w http.ResponseWriter, r *http.Request, orderBy, t
|
||||||
Amount: dollars(row.AmountCents),
|
Amount: dollars(row.AmountCents),
|
||||||
Category: row.Category,
|
Category: row.Category,
|
||||||
Who: shortWho(row.Who),
|
Who: shortWho(row.Who),
|
||||||
When: row.UploadedAt.Local().Format("2006-01-02 15:04"),
|
When: row.UploadedAt.Local().Format("2006-01-02"),
|
||||||
Filename: row.OriginalFilename,
|
Filename: row.OriginalFilename,
|
||||||
Attachments: links,
|
Attachments: links,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue