better formatting
This commit is contained in:
@@ -14,8 +14,15 @@
|
||||
<li>
|
||||
<h3>From {{ reply.user.name }} in /{{ reply.board.name }}/</h3>
|
||||
<h6>posted at {{ reply.created_at }}</h6>
|
||||
<p>{{ reply.content }}</p>
|
||||
<h6><a href="/posts/{{ reply.id }}">View Reply</a></h6>
|
||||
<p>{{ reply.short_content }}</p>
|
||||
<h6><a href="/posts/{{ reply.id }}">View Reply</a>
|
||||
{% if post.replies|length > 0 %}
|
||||
| ({{ post.replies|length }} replies)
|
||||
{% endif %}
|
||||
{% if session.name == "SYSTEM" %}
|
||||
| <a href="/delete/post/{{ post.id }}">Delete</a>
|
||||
{% endif %}
|
||||
</h6>
|
||||
</li>
|
||||
{% endfor %}
|
||||
{% if post.replies|length == 0 %}
|
||||
|
Reference in New Issue
Block a user