Skip to content

Commit e047c40

Browse files
committed
For "Just Updated" link to the specific version
1 parent b6056c7 commit e047c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/crate-list-newest.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ol>
22
{{#each crates as |crate index|}}
33
<li>
4-
{{#link-to 'crate' crate.id class='name' data-test-crate-link=index}}
4+
{{#link-to 'crate.version' crate.id crate.newest_version class='name' data-test-crate-link=index}}
55
<span>{{ crate.name }} ({{ crate.newest_version }})</span>
66
<div class='arrow-in-list'>
77
{{svg-jar "right-arrow"}}

0 commit comments

Comments
 (0)