diff options
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/index.pug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/index.pug b/src/views/index.pug index 9f5142b..a35837b 100644 --- a/src/views/index.pug +++ b/src/views/index.pug | |||
@@ -55,9 +55,9 @@ html | |||
55 | a(href=`/r/${subreddit}?sort=top&t=year&view=${viewQuery}`) top year | 55 | a(href=`/r/${subreddit}?sort=top&t=year&view=${viewQuery}`) top year |
56 | div | 56 | div |
57 | a(href=`/r/${subreddit}?sort=top&t=all&view=${viewQuery}`) top all | 57 | a(href=`/r/${subreddit}?sort=top&t=all&view=${viewQuery}`) top all |
58 | details.sort-details | 58 | details.view-details |
59 | summary.sorting viewing as #{viewQuery} | 59 | summary.viewing viewing as #{viewQuery} |
60 | div.sort-opts | 60 | div.view-opts |
61 | div | 61 | div |
62 | a(href=`/r/${subreddit}?sort=${sortQuery}&view=compact`) compact | 62 | a(href=`/r/${subreddit}?sort=${sortQuery}&view=compact`) compact |
63 | div | 63 | div |