|
@@ -7,7 +7,7 @@
|
|
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
|
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
|
<head>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta charset="UTF-8"/>
|
|
- <title>People </title>
|
|
|
|
|
|
+ <title>Grants - Place Texts</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
</head>
|
|
</head>
|
|
@@ -53,7 +53,7 @@
|
|
<a th:action="back" class="btn btn-secondary btn-sm"
|
|
<a th:action="back" class="btn btn-secondary btn-sm"
|
|
th:href="@{/placeTexts/prev}" th:text="'<'"></a>
|
|
th:href="@{/placeTexts/prev}" th:text="'<'"></a>
|
|
<a th:action="new" class="btn btn-primary btn-sm" th:href="@{/placeText/new}"
|
|
<a th:action="new" class="btn btn-primary btn-sm" th:href="@{/placeText/new}"
|
|
- th:text="'New Document'"></a>
|
|
|
|
|
|
+ th:text="'New Place Text'"></a>
|
|
<a th:action="home" class="btn btn-success btn-sm"
|
|
<a th:action="home" class="btn btn-success btn-sm"
|
|
th:href="@{/}" th:text="'Home'"></a>
|
|
th:href="@{/}" th:text="'Home'"></a>
|
|
<a th:action="forward" class="btn btn-secondary btn-sm"
|
|
<a th:action="forward" class="btn btn-secondary btn-sm"
|