Микро изменения
This commit is contained in:
parent
b75177292e
commit
855813a4d5
BIN
data.mv.db
BIN
data.mv.db
Binary file not shown.
@ -21,7 +21,7 @@
|
||||
<i class="fa fa-search">Поиск</i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="input-group d-flex justify-content-center">
|
||||
<div class="input-group d-flex justify-content-center mt-2">
|
||||
<div class="input-group-append">
|
||||
<label for="departmentId" class="form-label" />
|
||||
<select id="departmentId" class="form-control" name="departmentId">
|
||||
@ -43,7 +43,7 @@
|
||||
<h2 th:case="0">Данные отсутствуют</h2>
|
||||
<th:block th:case="*">
|
||||
<div>
|
||||
<a th:href="@{/news/edit/(page=${page})}" class="btn btn-danger mt-4">Добавить новость</a>
|
||||
<a th:href="@{/news/edit/(page=${page})}" class="btn btn-danger mt-1">Добавить новость</a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col mt-4 colStyle" th:each="newItem : ${items}">
|
||||
|
Loading…
Reference in New Issue
Block a user