mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
parent
901a45eeb3
commit
b3bae15f4b
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user