Skip to content

Commit 03fc34a

Browse files
committed
LinkToDep: Use new crate.range route
1 parent 4f25852 commit 03fc34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/link-to-dep.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<LinkTo @route="crate" @model={{@dep.crate_id}}>
1+
<LinkTo @route="crate.range" @models={{array @dep.crate_id @dep.req}}>
22
{{ @dep.crate_id }} {{ format-req @dep.req }}
33
</LinkTo>
44
{{#if @dep.optional}}

0 commit comments

Comments
 (0)