Skip to content

Commit

Permalink
Merge branch 'Hexlet:main' into fix-issue-Hexlet#153-add-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
shamshaev authored Sep 30, 2024
2 parents 3ffeb29 + 5780315 commit 7b29ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/panels.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- End Switcher -->
<div class="navbar-nav" sec:authorize="isAuthenticated()">
<li class="nav-item">
<a class="nav-link" href="/" th:text="${#authentication.getName()}"></a>
<span class="d-block px-2 py-2 text-white-50" th:text="${#authentication.getName()}"></span>
</li>
<li class="nav-item">
<form th:action="@{/logout}" th:method="post">
Expand Down

0 comments on commit 7b29ade

Please sign in to comment.