mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-19 21:54:58 -04:00
display number of results in search
This commit is contained in:
@@ -100,6 +100,7 @@ html
|
||||
if json.posts.length === 0 && !no_query
|
||||
p no results
|
||||
else
|
||||
p.number-of-results results: #{json.posts.length}
|
||||
each link in json.posts
|
||||
.link
|
||||
.upvotes
|
||||
|
||||
Reference in New Issue
Block a user