Fix: Leeres Span für Edit-Spalte bei Nicht-URL-Items (Grid-Alignment)

This commit is contained in:
Erik Thiele
2026-07-10 16:50:01 +02:00
parent 1480960801
commit fca129b367
2 changed files with 4 additions and 0 deletions

View File

@@ -293,6 +293,8 @@
data-oldname="{{ file.name | e }}"> data-oldname="{{ file.name | e }}">
Edit Edit
</button> </button>
{% else %}
<span></span>
{% endif %} {% endif %}
<!-- Drag-Handle (SortableJS) --> <!-- Drag-Handle (SortableJS) -->

View File

@@ -195,6 +195,8 @@
data-oldname="{{ file.name | e }}"> data-oldname="{{ file.name | e }}">
Edit Edit
</button> </button>
{% else %}
<span></span>
{% endif %} {% endif %}
<!-- Drag --> <!-- Drag -->