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 snippets #253

This commit is contained in:
Awilum
2019-10-10 18:04:01 +03:00
parent dca8ed273e
commit 2be508f0e6

View File

@@ -5,14 +5,17 @@
<table class="table no-margin">
<thead>
<tr>
<th>{{ tr('admin_name') }}</th>
<th colspan="2">{{ tr('admin_snippet') }}</th>
<th></th>
</tr>
</thead>
<tbody>
{% for id in snippets_list %}
<tr>
<td>
<td style="width: 50px; padding-right: 10px; text-align:center;">
<i class="far fa-file-code"></i>
</td>
<td style="padding-left:0px;">
<a href="{{ path_for('admin.snippets.edit') }}?id={{ id }}">{{ id }}</a>
</td>
<td class="text-right">