home » zplus/freepost.git
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 deletiondownload


Diffstat
-rw-r--r-- freepost/templates/user_replies.html 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   freepost/templates/user_replies.html
index d9718e3..70d6bd2
old size: 1K - new size: 1K
@@ -21,7 +21,7 @@
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>