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:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user