1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): update table view for entries #211

This commit is contained in:
Awilum
2020-02-06 12:09:07 +03:00
parent be655dd84a
commit b0f706c263

View File

@@ -57,7 +57,7 @@
<a
href="{% if _entries_length > 0 %}{{ path_for('admin.entries.index') }}?id={{ entry.slug }}{% else %}{{ path_for('admin.entries.edit') }}?id={{ entry.slug }}&type=editor{% endif %}"
class="block bg-gray-000 border-gray-100 border px-4 py-8 relative">
class="block bg-gray-000 border-gray-100 border px-4 py-12 relative">
<div class="text-4xl">
{% if entry.fieldset %}