Author
|
zPlus <zplus@peers.community>
2024-02-08 16:16:46
|
Committer
|
zPlus <zplus@peers.community>
2024-02-08 16:16:46
|
Commit
|
417c8e2
(patch)
|
Tree
|
5286a8a
|
Parent(s)
|
|
Merge branch 'master' of https://notabug.org/dustdfg/freepost into replies-spacing
commits diff:
239f2a8..417c8e2
1 file changed,
1 insertion,
1 deletion
—
download
Diffstat
Diff options
+1/-1
M freepost/templates/user_replies.html
21
|
21
|
|
by <a href="{{ url ("user_public", username=comment.username) }}">{{ comment.username }}</a> <time title="{{ comment.created|title }}" datetime="{{ comment.created|datetime }}"><em> {{ comment.created|ago }} </em></time> on <a href="{{ url ('post', hash_id=comment.postHashId) }}">{{ comment.postTitle }}</a>
|
22
|
22
|
|
</div>
|
23
|
23
|
|
</div>
|
24
|
|
- |
|
|
24
|
+ |
<hr/>
|
25
|
25
|
|
{% endfor %}
|
26
|
26
|
|
|
27
|
27
|
|
</div>
|