diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index a2cb13580..9268b37e3 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -137,7 +137,6 @@ -

Most Used Templates

{{ ajax_block(partials, updates_url, 'template-statistics') }} diff --git a/app/templates/views/dashboard/template-statistics.html b/app/templates/views/dashboard/template-statistics.html index 6e7b8e3a8..da9a4be52 100644 --- a/app/templates/views/dashboard/template-statistics.html +++ b/app/templates/views/dashboard/template-statistics.html @@ -1,5 +1,6 @@
{% if template_statistics|length > 1 %} +

Most Used Templates

@@ -29,9 +30,6 @@
{{ item.template_name }} - - {{ 1|message_count_label(item.template_type, suffix='template')|capitalize }} -

{{ item.template_folder }}

{{ item.last_used|format_datetime_table}}