mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
tweak
This commit is contained in:
parent
4271ee3bca
commit
5aa7320bea
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
{% endmacro %}
|
||||
<div class="comments">
|
||||
<div id="replies" class="comments">
|
||||
{% for reply in replies %}
|
||||
{{ render_comment(reply) | safe }}
|
||||
{% endfor %}
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
</div>
|
||||
{% else %}
|
||||
<div class="continue_thread hidable">
|
||||
<a href="{{ url_for('community.continue_discussion', post_id=post.id, comment_id=comment['comment'].id) }}">
|
||||
<a href="{{ url_for('community.continue_discussion', post_id=post.id, comment_id=comment['comment'].id, _anchor='replies') }}">
|
||||
Continue thread</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue