#21 -- Fix managers

This commit is contained in:
Anton Romanov 2025-04-15 23:33:24 +04:00
parent 60ae3c3197
commit 97fff815df

View File

@ -12,24 +12,24 @@
<thead class="table-dark">
<tr>
<th scope="col">ФИО</th>
<th scope="col">Должность</th>
<th scope="col">Степень</th>
<th scope="col">Звание</th>
<th scope="col">Научные интересы</th>
<!-- <th scope="col">Должность</th>-->
<!-- <th scope="col">Степень</th>-->
<!-- <th scope="col">Звание</th>-->
<!-- <th scope="col">Научные интересы</th>-->
<th scope="col">Действия</th>
</tr>
</thead>
<tbody>
<tr th:each="m : ${managers}">
<td th:text="${m.name}"></td>
<td th:text="${m.position}"></td>
<td th:text="${m.degree}"></td>
<td th:text="${m.title}"></td>
<td>
<ul>
<li th:each="interest : ${m.interests}" th:text="${interest}"></li>
</ul>
</td>
<!-- <td th:text="${m.position}"></td>-->
<!-- <td th:text="${m.degree}"></td>-->
<!-- <td th:text="${m.title}"></td>-->
<!-- <td>-->
<!-- <ul>-->
<!-- <li th:each="interest : ${m.interests}" th:text="${interest}"></li>-->
<!-- </ul>-->
<!-- </td>-->
<td>
<!-- Ссылка на редактирование -->
<a th:href="@{'/admin/editManager/' + ${m.id}}" class="btn btn-sm btn-primary">