Refactored all template paths for #40

This commit is contained in:
Francesco
2023-11-24 16:54:18 +01:00
parent 3f7f60dd27
commit a40a9493b8
17 changed files with 63 additions and 63 deletions

View File

@@ -25,7 +25,7 @@
</th>
</tr>
<th:block th:each="r : ${results.getRows()}">
<tr th:replace="~{fragments/generic_data_row :: data_row(row=${r})}">
<tr th:replace="~{snapadmin/fragments/generic_data_row :: data_row(row=${r})}">
</tr>
</th:block>