From 45b0d3a576a919d983b4959f321f80a110f90fa8 Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Wed, 6 Aug 2025 19:50:10 -0400 Subject: [PATCH] Updated template page --- app/assets/javascripts/templateFolderForm.js | 10 ++-- .../views/templates/_template_list.html | 20 ++++---- app/templates/views/templates/choose.html | 46 ++++++++++-------- ...ckstop_test_About_0_document_0_desktop.png | Bin 333283 -> 333241 bytes ...t_Choose_Template_0_document_0_desktop.png | Bin 122807 -> 123076 bytes ...mail_Not_Received_0_document_0_desktop.png | Bin 176004 -> 175999 bytes ...t_Establish_Trust_0_document_0_desktop.png | Bin 960853 -> 953740 bytes ...Notifygov_Sign_In_0_document_0_desktop.png | Bin 176004 -> 176007 bytes ...Text_Not_Received_0_document_0_desktop.png | Bin 176004 -> 175999 bytes 9 files changed, 44 insertions(+), 32 deletions(-) diff --git a/app/assets/javascripts/templateFolderForm.js b/app/assets/javascripts/templateFolderForm.js index e415b386a..ff4420bd8 100644 --- a/app/assets/javascripts/templateFolderForm.js +++ b/app/assets/javascripts/templateFolderForm.js @@ -327,7 +327,9 @@ - +
diff --git a/app/templates/views/templates/_template_list.html b/app/templates/views/templates/_template_list.html index e29131473..5f4b1fddc 100644 --- a/app/templates/views/templates/_template_list.html +++ b/app/templates/views/templates/_template_list.html @@ -15,13 +15,15 @@ {%- endmacro %} {% if template_list.template_folder_id and not template_list.templates_to_show %} -

- {% if template_list.folder_is_empty %} - This folder is empty - {% else %} - There are no {{ 1|message_count_label(template_type, suffix='') }} templates in this folder - {% endif %} -

+
+

+ {% if template_list.folder_is_empty %} + This folder is empty + {% else %} + There are no {{ 1|message_count_label(template_type, suffix='') }} templates in this folder + {% endif %} +

+
{% else %}