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 5656 </button >
5757{{ else }}
5858 <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 >
6161 <ol local-class =" list" aria-busy =" {{ this.dataTask.isRunning }} " >
6262 {{ #if this.dataTask.isRunning }}
6363 {{ #each (placeholders 10 )}}
8181 </section >
8282
8383 <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 >
8585 <ol local-class =" list" aria-busy =" {{ this.dataTask.isRunning }} " >
8686 {{ #if this.dataTask.isRunning }}
8787 {{ #each (placeholders 10 )}}
104104 </section >
105105
106106 <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 >
108108 <ol local-class =" list" aria-busy =" {{ this.dataTask.isRunning }} " >
109109 {{ #if this.dataTask.isRunning }}
110110 {{ #each (placeholders 10 )}}
128128 </section >
129129
130130 <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 >
132132 <ol local-class =" list" aria-busy =" {{ this.dataTask.isRunning }} " >
133133 {{ #if this.dataTask.isRunning }}
134134 {{ #each (placeholders 10 )}}
You can’t perform that action at this time.
0 commit comments