File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<ol >
2- {{ #each crates as |crate index |}}
2+ {{ #each this. crates as |crate index |}}
33 <li >
4- {{ #link-to ' crate' crate.id class =' name' data-test-crate-link =index }}
4+ < LinkTo @ route = " crate" @ model = {{ crate.id }} class =" name" data-test-crate-link ={{ index }} >
55 <span >{{ crate.name }} </span >
66 <div class =' arrow-in-list' >
77 {{ svg-jar " right-arrow" }}
88 </div >
9- {{ /link-to }}
9+ </ LinkTo >
1010 </li >
1111 {{ /each }}
1212</ol >
Original file line number Diff line number Diff line change 11<ol >
2- {{ #each crates as |crate index |}}
2+ {{ #each this. crates as |crate index |}}
33 <li >
4- {{ #link-to ' crate.version' crate.id crate.newest_version class =' name' data-test-crate-link =index }}
4+ < LinkTo @ route = " crate.version" @ models = {{ array 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" }}
88 </div >
9- {{ /link-to }}
9+ </ LinkTo >
1010 </li >
1111 {{ /each }}
1212</ol >
You can’t perform that action at this time.
0 commit comments