This commit is contained in:
Parpaillax
2024-04-25 10:02:50 +02:00
parent 6ffe121111
commit aa6216a926
5 changed files with 11 additions and 6 deletions

View File

@@ -14,8 +14,11 @@
<div class="card-body">
<ul class="list-group">
<li class="list-group-item">
<strong><label class="col-form-label" th:text="${article}"></label></strong>
<strong><label class="col-form-label" th:text="${article.nom}"></label></strong>
</li>
<!-- <li class="list-group-item">-->
<!-- <strong><label class="col-form-label" th:text="${user.pseudo}"></label></strong>-->
<!-- </li>-->
</ul>
</div>
</div>

View File

@@ -20,7 +20,7 @@
<div class="collapse navbar-collapse " id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active" th:if="${#authorization.expression('hasRole(''MEMBRE'')')}">
<a class="nav-link" href="#">Encheres <span class="sr-only" >(current)</span></a>
<a class="nav-link" href="/accueil">Encheres <span class="sr-only" >(current)</span></a>
</li>
<li class="nav-item" th:if="${#authorization.expression('hasRole(''MEMBRE'')')}">
<a class="nav-link" href="#">Vendre un article</a>