UX: Add full date title to fps-result date (#11455)

This is a tiny change that will allow users to hover the date element of a full page search result to see the raw date. It's not always easy to know what the exact date was "20d" ago, so hopefully this helps when it's relevant.
This commit is contained in:
tshenry 2020-12-09 15:41:00 -08:00 committed by GitHub
parent 901a45eeb3
commit b3bae15f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@
<div class="blurb container">
<span class="date">
{{format-age result.created_at}}
{{format-date result.created_at format="tiny"}}
{{#if result.blurb}}
-
{{/if}}