mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-17 21:34:44 -04:00
add feature to expand text posts from subreddit view
This commit is contained in:
@@ -102,6 +102,14 @@ html
|
||||
.links
|
||||
if link.over_18
|
||||
span.tag.nsfw NSFW
|
||||
if link.selftext_html
|
||||
details
|
||||
summary
|
||||
.line
|
||||
.line
|
||||
.line
|
||||
.selftext
|
||||
!= unescape(link.selftext_html)
|
||||
a(href="" + link.permalink + "", class="comments")
|
||||
| #{link.num_comments} comments
|
||||
#search
|
||||
|
||||
@@ -128,6 +128,14 @@ html
|
||||
.links
|
||||
if link.over_18
|
||||
span.tag.nsfw NSFW
|
||||
if link.selftext_html
|
||||
details
|
||||
summary
|
||||
.line
|
||||
.line
|
||||
.line
|
||||
.selftext
|
||||
!= unescape(link.selftext_html)
|
||||
a(href="" + link.permalink + "", class="comments")
|
||||
| #{link.num_comments} comments
|
||||
if json.info.before || json.info.after
|
||||
|
||||
Reference in New Issue
Block a user