File tree 3 files changed +13
-13
lines changed
3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change
1
+ <ul >
2
+ {{ #each crates as |crate |}}
3
+ <li >
4
+ {{ #link-to ' crate' crate class =' name' }}
5
+ {{ crate.name }} ({{ crate.max_version }} )
6
+ <img src =" /assets/right-arrow.png" />
7
+ {{ /link-to }}
8
+ </li >
9
+ {{ /each }}
10
+ </ul >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 38
38
<div id =' home-crates' class =' crate-lists' >
39
39
<div id =' new-crates' >
40
40
<h2 >New Crates</h2 >
41
- {{ render " crate-list" new_crates }}
41
+ {{ crate-list crates = new_crates }}
42
42
</div >
43
43
<div id =' most-downloaded' >
44
44
<h2 >Most Downloaded</h2 >
45
- {{ render " crate-list" most_downloaded }}
45
+ {{ crate-list crates = most_downloaded }}
46
46
</div >
47
47
<div id =' just-updated' >
48
48
<h2 >Just Updated</h2 >
49
- {{ render " crate-list" just_updated }}
49
+ {{ crate-list crates = just_updated }}
50
50
</div >
51
51
</div >
You can’t perform that action at this time.
0 commit comments