mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 01:55:41 -04:00
removed template type
This commit is contained in:
@@ -137,7 +137,6 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="margin-top-4 margin-bottom-1">Most Used Templates</h2>
|
|
||||||
{{ ajax_block(partials, updates_url, 'template-statistics') }}
|
{{ ajax_block(partials, updates_url, 'template-statistics') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
<div class="ajax-block-container">
|
<div class="ajax-block-container">
|
||||||
{% if template_statistics|length > 1 %}
|
{% if template_statistics|length > 1 %}
|
||||||
|
<h2 class="margin-top-4 margin-bottom-1">Most Used Templates</h2>
|
||||||
<div class="template-statistics-table table-overflow-x-auto">
|
<div class="template-statistics-table table-overflow-x-auto">
|
||||||
<table class="usa-table width-full">
|
<table class="usa-table width-full">
|
||||||
<caption class="font-body-lg table-heading usa-sr-only">
|
<caption class="font-body-lg table-heading usa-sr-only">
|
||||||
@@ -29,9 +30,6 @@
|
|||||||
<tr class="table-row">
|
<tr class="table-row">
|
||||||
<td>
|
<td>
|
||||||
<a class="usa-link template-statistics-table-template-name" href="{{ url_for('.view_template', service_id=current_service.id, template_id=item.template_id) }}">{{ item.template_name }}</a>
|
<a class="usa-link template-statistics-table-template-name" href="{{ url_for('.view_template', service_id=current_service.id, template_id=item.template_id) }}">{{ item.template_name }}</a>
|
||||||
<span class="template-statistics-table-hint">
|
|
||||||
{{ 1|message_count_label(item.template_type, suffix='template')|capitalize }}
|
|
||||||
</span>
|
|
||||||
</td>
|
</td>
|
||||||
<td><p>{{ item.template_folder }}</p></td>
|
<td><p>{{ item.template_folder }}</p></td>
|
||||||
<td><p>{{ item.last_used|format_datetime_table}}</p></td>
|
<td><p>{{ item.last_used|format_datetime_table}}</p></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user