Skip to content

Commit

Permalink
Replaced n:inner-snippet macro with n:snippet
Browse files Browse the repository at this point in the history
tg666 committed Aug 23, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f0abd0b commit 03c2df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/FileManager/templates/fileManagerControl.latte
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
</div>
</div>

<div n:block="#files" n:inner-snippet="files" class="row" {if $sortable}data-file-manager-sortable-container="{$sortableRequest}"{/if}>
<div n:block="#files" n:snippet="files" class="row" {if $sortable}data-file-manager-sortable-container="{$sortableRequest}"{/if}>
{foreach $files as $file}
<div n:block="#file" class="col-auto text-center mb-5" {if $sortable}data-file-manager-sortable-item="{$file->getId()}"{/if}>
<div class="d-inline-block position-relative">

0 comments on commit 03c2df6

Please sign in to comment.