fix jdk
This commit is contained in:
parent
e8db1102e6
commit
e4fa8a7359
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
||||||
|
@ -71,26 +71,6 @@
|
|||||||
<div class="col-md-4" th:text="${email.subject}"/>
|
<div class="col-md-4" th:text="${email.subject}"/>
|
||||||
<div class="col-md-4" th:text="${email.message}"/>
|
<div class="col-md-4" th:text="${email.message}"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--<table class="table table-striped">
|
|
||||||
<thead class="thead-dark">
|
|
||||||
<tr>
|
|
||||||
<th scope="col">Кому</th>
|
|
||||||
<th scope="col">Тема</th>
|
|
||||||
<th scope="col">Сообщение</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr th:each="email: ${emails}">
|
|
||||||
<td th:text="${email.to}">
|
|
||||||
</td>
|
|
||||||
<td th:text="${email.subject}">
|
|
||||||
</td>
|
|
||||||
<td th:text="${email.message}">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>-->
|
|
||||||
<a class="btn btn-primary" href="/">Отправить другое сообщение</a>
|
<a class="btn btn-primary" href="/">Отправить другое сообщение</a>
|
||||||
<!-- <img src="img/logo.png"/>-->
|
<!-- <img src="img/logo.png"/>-->
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user