Display created by id

This commit is contained in:
slawkens
2024-12-19 22:32:28 +01:00
parent 8e0978c1ed
commit 988a3f2dbe
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
{% set i = i + 1 %}
<tr>
<th>{{ i }}</th>
<td><a href="?p=accounts&search_name={{ result.name }}">{{ result.name }}</a></td>
<td><a href="?p=accounts&id={{ result.id }}">{{ result.id }}</a></td>
<td>{{ result.created|date("M d Y, H:i:s") }}</td>
</tr>
{% endfor %}