|
57 | 57 | {{else}}
|
58 | 58 | <div local-class='lists' data-test-lists>
|
59 | 59 | <section data-test-new-crates >
|
60 |
| - <h2>New Crates <LinkTo @route="crates" @query={{hash sort="new"}}>(see all)</LinkTo></h2> |
| 60 | + <h2><LinkTo @route="crates" @query={{hash sort="new"}}>New Crates</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 <LinkTo @route="crates" @query={{hash sort="downloads"}}>(see all)</LinkTo></h2> |
| 84 | + <h2><LinkTo @route="crates" @query={{hash sort="downloads"}}>Most Downloaded</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 <LinkTo @route="crates" @query={{hash sort="recent-updates"}}>(see all)</LinkTo></h2> |
| 107 | + <h2><LinkTo @route="crates" @query={{hash sort="recent-updates"}}>Just Updated</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 <LinkTo @route="crates" @query={{hash sort="recent-downloads"}}>(see all)</LinkTo></h2> |
| 131 | + <h2><LinkTo @route="crates" @query={{hash sort="recent-downloads"}}>Most Recent Downloads</LinkTo></h2> |
132 | 132 | <ol local-class="list" aria-busy="{{this.dataTask.isRunning}}">
|
133 | 133 | {{#if this.dataTask.isRunning}}
|
134 | 134 | {{#each (placeholders 10)}}
|
|
151 | 151 | </section>
|
152 | 152 |
|
153 | 153 | <section data-test-keywords>
|
154 |
| - <h2>Popular Keywords <LinkTo @route="keywords">(see all)</LinkTo></h2> |
| 154 | + <h2><LinkTo @route="keywords">Popular Keywords</LinkTo></h2> |
155 | 155 | <ul local-class="list" aria-busy="{{this.dataTask.isRunning}}">
|
156 | 156 | {{#if this.dataTask.isRunning}}
|
157 | 157 | {{#each (placeholders 10)}}
|
|
174 | 174 | </section>
|
175 | 175 |
|
176 | 176 | <section data-test-categories>
|
177 |
| - <h2>Popular Categories <LinkTo @route="categories">(see all)</LinkTo></h2> |
| 177 | + <h2><LinkTo @route="categories">Popular Categories</LinkTo></h2> |
178 | 178 | <ul local-class="list" aria-busy="{{this.dataTask.isRunning}}">
|
179 | 179 | {{#if this.dataTask.isRunning}}
|
180 | 180 | {{#each (placeholders 10)}}
|
|
0 commit comments