diff options
Diffstat (limited to 'src/views/comments.pug')
-rw-r--r-- | src/views/comments.pug | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/comments.pug b/src/views/comments.pug index b006d03..17af45a 100644 --- a/src/views/comments.pug +++ b/src/views/comments.pug | |||
@@ -22,6 +22,11 @@ html | |||
22 | +header(user) | 22 | +header(user) |
23 | div.hero | 23 | div.hero |
24 | h3.sub-title | 24 | h3.sub-title |
25 | if from | ||
26 | a(href=`${from}#${post.id}`) <- back | ||
27 | | | ||
28 | | ยท | ||
29 | | | ||
25 | a(href=`/r/${post.subreddit}`) r/#{post.subreddit} | 30 | a(href=`/r/${post.subreddit}`) r/#{post.subreddit} |
26 | 31 | ||
27 | div.info-container | 32 | div.info-container |