1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

feat(admin-plugin): add individual icons for snippets #253

This commit is contained in:
Awilum
2019-10-10 19:57:29 +03:00
parent 0037628840
commit c7f09d0916

View File

@@ -3,12 +3,6 @@
{% block content %}
{% if snippets_list|length > 0 %}
<table class="table no-margin">
<thead>
<tr>
<th colspan="2">{{ tr('admin_snippet') }}</th>
<th></th>
</tr>
</thead>
<tbody>
{% for id in snippets_list %}
<tr>