diff --git a/app/templates/post/_post_full.html b/app/templates/post/_post_full.html index 97d46850..fcbef7f1 100644 --- a/app/templates/post/_post_full.html +++ b/app/templates/post/_post_full.html @@ -13,7 +13,7 @@
{% include "post/_post_voting_buttons.html" -%}
-

{{ post.title }} +

{{ post.title }} {% if current_user.is_authenticated -%} {% include 'post/_post_notification_toggle.html' -%} {% endif -%} @@ -47,7 +47,7 @@ {% endif -%} -
+
{{ post.body_html|community_links|safe if post.body_html else '' }}
@@ -65,7 +65,7 @@
{% include "post/_post_voting_buttons.html" -%}
-

{{ post.title }} +

{{ post.title }} {% if current_user.is_authenticated -%} {% include 'post/_post_notification_toggle.html' -%} {% endif -%} diff --git a/app/templates/post/continue_discussion.html b/app/templates/post/continue_discussion.html index f296d9a1..6d7990b1 100644 --- a/app/templates/post/continue_discussion.html +++ b/app/templates/post/continue_discussion.html @@ -13,7 +13,8 @@
{% macro render_comment(comment) %} -
+
{% with collapsed = comment['comment'].score < -10 -%} diff --git a/app/templates/post/post.html b/app/templates/post/post.html index c3832b5a..3bb50a61 100644 --- a/app/templates/post/post.html +++ b/app/templates/post/post.html @@ -75,6 +75,7 @@
{% macro render_comment(comment) -%}
{% if not comment['comment'].author.indexable -%}{% endif -%}