Skip to content

Commit 2f91070

Browse files
committed
CrateSidebar: Use created_at instead of updated_at
For versions we only care about the publish date, not about e.g. the last update of the `yanked` column.
1 parent a80fed0 commit 2f91070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/crate-sidebar.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h2 local-class="heading">Metadata</h2>
88

99
<time
10-
datetime={{date-format-iso @version.updated_at}}
10+
datetime={{date-format-iso @version.created_at}}
1111
local-class="date"
1212
>
1313
{{svg-jar "calendar"}}

0 commit comments

Comments
 (0)