Fix: Leeres Span für Edit-Spalte bei Nicht-URL-Items (Grid-Alignment)
This commit is contained in:
@@ -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) -->
|
||||||
|
|||||||
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user