From d67e488d02f2ba54667e72ec0978fddccb96505f Mon Sep 17 00:00:00 2001 From: ToBinio Date: Sun, 7 May 2023 17:57:48 +0200 Subject: [PATCH] front page: Add more "see all" links --- app/templates/index.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/templates/index.hbs b/app/templates/index.hbs index fa9b049f808..c494ecbc528 100644 --- a/app/templates/index.hbs +++ b/app/templates/index.hbs @@ -56,8 +56,8 @@ {{else}}
-
-

New Crates

+
+

New Crates (see all)

    {{#if this.dataTask.isRunning}} {{#each (placeholders 10)}} @@ -81,7 +81,7 @@
-

Most Downloaded

+

Most Downloaded (see all)

    {{#if this.dataTask.isRunning}} {{#each (placeholders 10)}} @@ -104,7 +104,7 @@
-

Just Updated

+

Just Updated (see all)

    {{#if this.dataTask.isRunning}} {{#each (placeholders 10)}} @@ -128,7 +128,7 @@
-

Most Recent Downloads

+

Most Recent Downloads (see all)

    {{#if this.dataTask.isRunning}} {{#each (placeholders 10)}}