Skip to content

Commit c58b809

Browse files
committed
add links
1 parent ae120b4 commit c58b809

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/templates/index.hbs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
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)}}
@@ -81,7 +81,7 @@
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)}}
@@ -104,7 +104,7 @@
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)}}
@@ -128,7 +128,7 @@
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)}}

0 commit comments

Comments
 (0)