home » zplus/freepost.git
Author Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> 2024-02-08 13:34:59
Committer Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> 2024-02-08 13:34:59
Commit 2d5bb99 (patch)
Tree 8f302cd
Parent(s)

Add `hr` element to separate user replies Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>


commits diff: fa6cb81..2d5bb99
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>