mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-14 05:52:53 +00:00
show the count of 'more replies'. (#740)
Co-authored-by: Daniel Valentine <daniel@vielle.ws> Co-authored-by: Matthew Esposito <matt@matthew.science>
This commit is contained in:
parent
bf19ff513f
commit
01f9907aaf
3 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% import "utils.html" as utils %}
|
||||
|
||||
{% if kind == "more" && parent_kind == "t1" %}
|
||||
<a class="deeper_replies" href="{{ post_link }}{{ parent_id }}">→ More replies</a>
|
||||
<a class="deeper_replies" href="{{ post_link }}{{ parent_id }}">→ More replies ({{ more_count }})</a>
|
||||
{% else if kind == "t1" %}
|
||||
<div id="{{ id }}" class="comment">
|
||||
<div class="comment_left">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue