Skip to content

Commit

Permalink
Fix Latte\CompileException: Unexpected tag {btnSecondaryClass}
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkutny authored and paveljanda committed Jul 12, 2023
1 parent a9d66b3 commit 793e5e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/datagrid_tree.latte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{/if}
{/foreach}

<span class="handle-sort btn btn-xs {btnSecondaryClass}" n:if="$control->isSortable()">
<span class="handle-sort btn btn-xs {$btnSecondaryClass}" n:if="$control->isSortable()">
<i class="{$iconPrefix}arrows"></i>
</span>
</div>
Expand Down Expand Up @@ -126,7 +126,7 @@
{/if}
{/foreach}

<span class="handle-sort btn btn-xs {btnSecondaryClass}" n:if="$control->isSortable()">
<span class="handle-sort btn btn-xs {$btnSecondaryClass}" n:if="$control->isSortable()">
<i n:block = "icon-arrows" class="{$iconPrefix}arrows {$iconPrefix}arrows-alt"></i>
</span>
</div>
Expand Down

0 comments on commit 793e5e7

Please sign in to comment.