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