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