Skip to content

Commit

Permalink
Patch/fix views/breadcrumb.tpl where it was causing the angle-right
Browse files Browse the repository at this point in the history
… icon appear after last item
  • Loading branch information
Darksider committed Mar 27, 2024
1 parent 9e633c1 commit cf8c4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/breadcrumb.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a {if !$item}class="d-none"{/if} href="{$url}{$link}">{$item}</a>
</li>

{if $item != $links@last}<li class="breadcrumb-item"><i class="fa-duotone fa-angles-right"></i></li>{/if}
{if !$item@last}<li class="breadcrumb-item"><i class="fa-duotone fa-angles-right"></i></li>{/if}
{/foreach}
</ol>
</nav>

0 comments on commit cf8c4e0

Please sign in to comment.