mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-10 05:51:13 +00:00
Refactored all template paths for #40
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user