1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 16:44:36 +02:00

Flextype 0.9.7

This commit is contained in:
Awilum
2020-03-03 11:52:43 +03:00
parent 1e65bada67
commit 3185e73c53

View File

@@ -58,7 +58,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 rounded">
class="block bg-gray-000 border-gray-100 border px-4 py-8 relative rounded {% if entry.visibility == 'hidden' or entry.visibility == 'draft' or entry.routable == false %}opacity-50{% endif %}">
<div class="text-4xl">
{% if entry.fieldset %}