diff --git a/atlas/templates/atlas/collection_history_user.html b/atlas/templates/atlas/collection_history_user.html
index 8d9ad615..56d8da68 100644
--- a/atlas/templates/atlas/collection_history_user.html
+++ b/atlas/templates/atlas/collection_history_user.html
@@ -138,26 +138,26 @@
{% endif %}
{% if collection.case_query_messaging_enabled %}
-
- Case conversation
- {% if row.case_review_stats.has_outstanding_any %}
- {{ row.case_review_stats.outstanding_total_count }} unacknowledged message{{ row.case_review_stats.outstanding_total_count|pluralize }}
- {% elif row.case_review_stats.has_messages %}
- {{ row.case_review_stats.message_count }} message{{ row.case_review_stats.message_count|pluralize }}
- {% else %}
- No messages yet
- {% endif %}
-
+
+ Case conversation
+ {% if row.case_review_stats.has_outstanding_any %}
+ {{ row.case_review_stats.outstanding_total_count }} unacknowledged message{{ row.case_review_stats.outstanding_total_count|pluralize }}
+ {% elif row.case_review_stats.has_messages %}
+ {{ row.case_review_stats.message_count }} message{{ row.case_review_stats.message_count|pluralize }}
+ {% else %}
+ No messages yet
+ {% endif %}
+
-