File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 56
56
</button >
57
57
{{ else }}
58
58
<div local-class =' lists' data-test-lists>
59
- <section data-test-new-crates>
60
- <h2 >New Crates</h2 >
59
+ <section data-test-new-crates >
60
+ <h2 >New Crates < LinkTo @ route = " crates " @ query = {{ hash sort = " new " }} >(see all)</ LinkTo > </h2 >
61
61
<ol local-class =" list" aria-busy =" {{ this.dataTask.isRunning }} " >
62
62
{{ #if this.dataTask.isRunning }}
63
63
{{ #each (placeholders 10 )}}
81
81
</section >
82
82
83
83
<section data-test-most-downloaded>
84
- <h2 >Most Downloaded</h2 >
84
+ <h2 >Most Downloaded < LinkTo @ route = " crates " @ query = {{ hash sort = " downloads " }} >(see all)</ LinkTo > </h2 >
85
85
<ol local-class =" list" aria-busy =" {{ this.dataTask.isRunning }} " >
86
86
{{ #if this.dataTask.isRunning }}
87
87
{{ #each (placeholders 10 )}}
104
104
</section >
105
105
106
106
<section data-test-just-updated>
107
- <h2 >Just Updated</h2 >
107
+ <h2 >Just Updated < LinkTo @ route = " crates " @ query = {{ hash sort = " recent-updates " }} >(see all)</ LinkTo > </h2 >
108
108
<ol local-class =" list" aria-busy =" {{ this.dataTask.isRunning }} " >
109
109
{{ #if this.dataTask.isRunning }}
110
110
{{ #each (placeholders 10 )}}
128
128
</section >
129
129
130
130
<section data-test-most-recently-downloaded>
131
- <h2 >Most Recent Downloads</h2 >
131
+ <h2 >Most Recent Downloads < LinkTo @ route = " crates " @ query = {{ hash sort = " recent-downloads " }} >(see all)</ LinkTo > </h2 >
132
132
<ol local-class =" list" aria-busy =" {{ this.dataTask.isRunning }} " >
133
133
{{ #if this.dataTask.isRunning }}
134
134
{{ #each (placeholders 10 )}}
You can’t perform that action at this time.
0 commit comments