diff --git a/files/templates/post.html b/files/templates/post.html index 3ba1bd860..5c32901b0 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -308,33 +308,33 @@ {{- macros.sorting_buttons(COMMENT_SORTS, True) -}} - {{macros.comment_reply_box(p.fullname, 'comment-reply-' + p.fullname, subwrapper_css_classes='mb-3', enable_cancel_button=false)}} + {{macros.comment_reply_box(p.fullname, 'comment-reply-' + p.fullname, subwrapper_css_classes='mb-3', enable_cancel_button=false)}} - {% if focused_comment %} -
View entire discussion
- {% endif %} - - {% if p.replies %} -
- {% with comments=p.replies %} - {% include "comments.html" %} - {% endwith %} -
- - {% if offset %} - - {% endif %} - {% elif not p.replies and p.deleted_utc == 0 %} -
- {% if v %} - {% set ghost_town = 'This comment section is a ghost town...' %} - {% else %} - {% set ghost_town = 'This comment section is a ghost town... Sign in

'%} + {% if focused_comment %} +
View entire discussion
+ {% endif %} + + {% if p.replies %} +
+ {% with comments=p.replies %} + {% include "comments.html" %} + {% endwith %} +
+ + {% if offset %} + + {% endif %} + {% elif not p.replies and p.deleted_utc == 0 %} +
+ {% if v %} + {% set ghost_town = 'This comment section is a ghost town...' %} + {% else %} + {% set ghost_town = 'This comment section is a ghost town... Sign in

'%} + {% endif %} + {{macros.ghost_box('Be the first to comment!', ghost_town, 1)}} +
{% endif %} - {{macros.ghost_box('Be the first to comment!', ghost_town, 1)}}
- {% endif %} - {% if v %}