mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Updates to the template table and removing the table being replicated 2 times
This commit is contained in:
@@ -58,7 +58,6 @@
|
|||||||
|
|
||||||
{% if current_user.has_permissions('manage_service') %}{% endif %}
|
{% if current_user.has_permissions('manage_service') %}{% endif %}
|
||||||
|
|
||||||
{{ ajax_block(partials, updates_url, 'template-statistics') }}
|
|
||||||
<div class="table-container">
|
<div class="table-container">
|
||||||
<div id="table1" class="table-overflow-x-auto hidden">
|
<div id="table1" class="table-overflow-x-auto hidden">
|
||||||
<h2 class="margin-top-4 margin-bottom-1">My Activity</h2>
|
<h2 class="margin-top-4 margin-bottom-1">My Activity</h2>
|
||||||
@@ -158,8 +157,6 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Recent templates</h2>
|
|
||||||
{{ ajax_block(partials, updates_url, 'template-statistics') }}
|
{{ ajax_block(partials, updates_url, 'template-statistics') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<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">Recent Templates</h2>
|
||||||
<div class='template-statistics-table table-overflow-x-auto'>
|
<div class='template-statistics-table table-overflow-x-auto'>
|
||||||
{% call(item, row_number) list_table(
|
{% call(item, row_number) list_table(
|
||||||
template_statistics,
|
template_statistics,
|
||||||
|
|||||||
Reference in New Issue
Block a user