diff --git a/django_app/redbox_app/templates/chats.html b/django_app/redbox_app/templates/chats.html index 677c59abc..90a52da25 100644 --- a/django_app/redbox_app/templates/chats.html +++ b/django_app/redbox_app/templates/chats.html @@ -25,6 +25,33 @@ govuk-!-margin-bottom-2 govuk-!-margin-top-4"> New chat +

Recent chats

+ + + + + {% for date_group, chats in chat_grouped_by_date_group %} +
+ {% call chat_history_heading(date_group) %} + + {% endcall %} +
+ {% endfor %} +
@@ -65,33 +92,6 @@

Your documents

-

Recent chats

- - - - - {% for date_group, chats in chat_grouped_by_date_group %} -
- {% call chat_history_heading(date_group) %} - - {% endcall %} -
- {% endfor %} -