fix comments link
This commit is contained in:
parent
072ce098a6
commit
cd8d54eef7
|
@ -98,7 +98,7 @@ html
|
|||
| #{link.subreddit}
|
||||
p.comments
|
||||
a(href="" + link.permalink + "", class="comments")
|
||||
| comments #{link.num_comments}
|
||||
| #{link.num_comments} comments
|
||||
#search.sr
|
||||
p search
|
||||
form(action="/r/all/search", method="GET")
|
||||
|
|
|
@ -98,7 +98,7 @@ html
|
|||
| #{link.subreddit}
|
||||
p.comments
|
||||
a(href="" + link.permalink + "", class="comments")
|
||||
| comments #{link.num_comments}
|
||||
| #{link.num_comments} comments
|
||||
if json.info.before || json.info.after
|
||||
.view-more-inks
|
||||
if json.info.before && !subreddit_front
|
||||
|
|
Loading…
Reference in New Issue