|
|
@@ -44,27 +44,27 @@
|
|
|
</td>
|
|
|
<td><span>
|
|
|
<a th:action="delete" class="btn btn-danger btn-sm" href=""
|
|
|
- th:href="@{'personImage/' + ${image.id} + '/delete'}"
|
|
|
+ th:href="@{'appendixImage/' + ${image.id} + '/delete'}"
|
|
|
th:text="Delete"></a>
|
|
|
<a th:action="edit" class="btn btn-warning btn-sm"
|
|
|
- th:href="@{'personImage/' + ${image.id} + '/edit'}"
|
|
|
+ th:href="@{'appendixImage/' + ${image.id} + '/edit'}"
|
|
|
th:text="Edit"></a>
|
|
|
</span></td>
|
|
|
</tr>
|
|
|
<tfoot>
|
|
|
<tr>
|
|
|
<td colspan="4"><span>
|
|
|
- <a th:action="rewind" class="btn btn-secondary btn-sm" th:href="@{/personImages/rewind}"
|
|
|
+ <a th:action="rewind" class="btn btn-secondary btn-sm" th:href="@{/appendixImages/rewind}"
|
|
|
th:text="'<<'"></a>
|
|
|
<a th:action="back" class="btn btn-secondary btn-sm"
|
|
|
- th:href="@{/personImages/prev}" th:text="'<'"></a>
|
|
|
- <a th:action="new" class="btn btn-primary btn-sm" th:href="@{/personImage/new}"
|
|
|
- th:text="'New Person Image'"></a>
|
|
|
+ th:href="@{/appendixImages/prev}" th:text="'<'"></a>
|
|
|
+ <a th:action="new" class="btn btn-primary btn-sm" th:href="@{/appendixImage/new}"
|
|
|
+ th:text="'New Appendix Image'"></a>
|
|
|
<a th:action="home" class="btn btn-success btn-sm"
|
|
|
th:href="@{/}" th:text="'Home'"></a>
|
|
|
<a th:action="forward" class="btn btn-secondary btn-sm"
|
|
|
- th:href="@{/personImages/next}" th:text="'>'"></a>
|
|
|
- <a th:action="end" class="btn btn-secondary btn-sm" th:href="@{/personImages/ff}"
|
|
|
+ th:href="@{/appendixImages/next}" th:text="'>'"></a>
|
|
|
+ <a th:action="end" class="btn btn-secondary btn-sm" th:href="@{/appendixImages/ff}"
|
|
|
th:text="'>>'"></a>
|
|
|
</span></td>
|
|
|
</tr>
|