1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 05:43:10 +02:00

feat(admin-plugin): add individual icons for templates and partials #254

This commit is contained in:
Awilum
2019-10-10 19:57:23 +03:00
parent 5086758cb0
commit 0037628840

View File

@@ -3,13 +3,6 @@
{% block content %}
{% if (templates_list|length > 0) or (partials_list|length > 0) %}
<table class="table no-margin">
<thead>
<tr>
<th colspan="2">{{ tr('admin_name') }}</th>
<th>{{ tr('admin_type') }}</th>
<th></th>
</tr>
</thead>
<tbody>
{% if templates_list|length > 0 %}
{% for template in templates_list %}