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 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>
|