Skip to content

Commit f1dc5ed

Browse files
committed
VersionList::Row: 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 2f91070 commit f1dc5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/version-list/row.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
{{/if}}
5151

5252
<time
53-
datetime={{date-format-iso @version.updated_at}}
53+
datetime={{date-format-iso @version.created_at}}
5454
local-class="date {{if @version.isNew "new"}}"
5555
>
5656
{{svg-jar "calendar"}}

0 commit comments

Comments
 (0)