mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 14:59:26 +01:00
fix comments link
This commit is contained in:
parent
072ce098a6
commit
cd8d54eef7
@ -98,7 +98,7 @@ html
|
|||||||
| #{link.subreddit}
|
| #{link.subreddit}
|
||||||
p.comments
|
p.comments
|
||||||
a(href="" + link.permalink + "", class="comments")
|
a(href="" + link.permalink + "", class="comments")
|
||||||
| comments #{link.num_comments}
|
| #{link.num_comments} comments
|
||||||
#search.sr
|
#search.sr
|
||||||
p search
|
p search
|
||||||
form(action="/r/all/search", method="GET")
|
form(action="/r/all/search", method="GET")
|
||||||
|
@ -98,7 +98,7 @@ html
|
|||||||
| #{link.subreddit}
|
| #{link.subreddit}
|
||||||
p.comments
|
p.comments
|
||||||
a(href="" + link.permalink + "", class="comments")
|
a(href="" + link.permalink + "", class="comments")
|
||||||
| comments #{link.num_comments}
|
| #{link.num_comments} comments
|
||||||
if json.info.before || json.info.after
|
if json.info.before || json.info.after
|
||||||
.view-more-inks
|
.view-more-inks
|
||||||
if json.info.before && !subreddit_front
|
if json.info.before && !subreddit_front
|
||||||
|
Loading…
Reference in New Issue
Block a user