Add reply container for comments at depth limit
This commit is contained in:
parent
a856dcbf3b
commit
1949eacee4
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% elif replies %}
|
{% elif replies %}
|
||||||
|
<div id="replies-of-{{c.id}}"></div>
|
||||||
<div id="morecomments-{{c.id}}" class="mt-2 more-comments">
|
<div id="morecomments-{{c.id}}" class="mt-2 more-comments">
|
||||||
<button id="btn-{{c.id}}" class="d-none d-md-block btn btn-primary" onclick="morecomments('{{c.id}}')">More comments ({{c.descendant_count}})</button>
|
<button id="btn-{{c.id}}" class="d-none d-md-block btn btn-primary" onclick="morecomments('{{c.id}}')">More comments ({{c.descendant_count}})</button>
|
||||||
<a class="d-md-none" href="{{c.morecomments}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a>
|
<a class="d-md-none" href="{{c.morecomments}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue