diff --git a/tildes/tildes/templates/macros/topics.jinja2 b/tildes/tildes/templates/macros/topics.jinja2 index e6a8150..af740a7 100644 --- a/tildes/tildes/templates/macros/topics.jinja2 +++ b/tildes/tildes/templates/macros/topics.jinja2 @@ -99,12 +99,12 @@ Scheduled topic {% else %} -
+
{{ link_to_user(topic.user) }}
{% endif %} {% else %} -
+
{% if topic.is_link_type %} {% endif %} @@ -113,7 +113,7 @@
{% endif %} -
{{ adaptive_date_responsive(topic.created_time, precision=1) }}
+
{{ adaptive_date_responsive(topic.created_time, precision=1) }}
{{ topic_voting(topic) }}