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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
<div class="comments">
|
<div id="replies" class="comments">
|
||||||
{% for reply in replies %}
|
{% for reply in replies %}
|
||||||
{{ render_comment(reply) | safe }}
|
{{ render_comment(reply) | safe }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="continue_thread hidable">
|
<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>
|
Continue thread</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue