Чем ярче будет сиять его свет, тем мрачнее будут тени за его спиной.
This commit is contained in:
parent
f6d23f860d
commit
d2923a260f
@ -29,13 +29,9 @@
|
|||||||
<td th:text="${car.carName}" style="width: 60%"/>
|
<td th:text="${car.carName}" style="width: 60%"/>
|
||||||
<td style="width: 10%">
|
<td style="width: 10%">
|
||||||
<div class="btn-group" role="group" aria-label="Basic example">
|
<div class="btn-group" role="group" aria-label="Basic example">
|
||||||
<a class="btn btn-outline-dark text-center d-flex justify-content-md-center mx-5" style="min-width: 120px;"
|
<a sec:authorize="isAuthenticated() and hasRole('ROLE_ADMIN')" class="btn btn-outline-dark text-center d-flex justify-content-md-center mx-5" style="min-width: 120px;"
|
||||||
th:href="@{/car/edit/{id}?PW=W(id=${car.id})}">
|
|
||||||
<i class="fa fa-user-secret" aria-hidden="true"></i> Покупатели
|
|
||||||
</a>
|
|
||||||
<a class="btn btn-outline-dark text-center d-flex justify-content-md-center mx-5" style="min-width: 120px;"
|
|
||||||
th:href="@{/car/edit/{id}?PW=P(id=${car.id})}">
|
th:href="@{/car/edit/{id}?PW=P(id=${car.id})}">
|
||||||
<i class="fa fa-tag" aria-hidden="true"></i> Магазины
|
<i class="fa fa-info" aria-hidden="true"></i> Инфо
|
||||||
</a>
|
</a>
|
||||||
<a sec:authorize="isAuthenticated() and hasRole('ROLE_ADMIN')" class="btn btn-outline-dark text-center d-flex justify-content-md-center mx-5" style="min-width: 120px;"
|
<a sec:authorize="isAuthenticated() and hasRole('ROLE_ADMIN')" class="btn btn-outline-dark text-center d-flex justify-content-md-center mx-5" style="min-width: 120px;"
|
||||||
th:href="@{/car/edit/{id}?PW=N(id=${car.id})}">
|
th:href="@{/car/edit/{id}?PW=N(id=${car.id})}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user