Remove obsolete responsive_table.html template

This commit is contained in:
jeremystretch
2021-09-15 12:41:21 -04:00
parent afbc275ba6
commit 2197fafb4d
9 changed files with 29 additions and 21 deletions

View File

@@ -71,8 +71,8 @@
<i class="mdi mdi-clipboard-clock"></i>
<span class="ms-1">Change Log</span>
</h6>
<div class="card-body">
{% include 'inc/responsive_table.html' with table=changelog_table %}
<div class="card-body table-responsive">
{% render_table changelog_table 'inc/table.html' %}
</div>
</div>
</div>