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 %}