Skip to content

Commit

Permalink
fixing breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Goulven.Furet authored and Goulven.Furet committed Nov 27, 2023
1 parent 33a5805 commit 2014bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/main/resources/templates/inc/navbar-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<span> » </span>
<span class="ms-2" >
<a href="${url}" th:text="#{'page.breadcrump.'+${page}}"></a>
<a th:href="${url}" th:text="#{'page.breadcrump.'+${page}}"></a>
</span>
</div>

Expand Down

0 comments on commit 2014bc0

Please sign in to comment.