- Added support for authenticating via access tokens
- update symfony to 6.4.* - some other minor stuff
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
<td>{{ domain.updatedAt ? domain.updatedAt|date('Y-m-d H:i:s') : '' }}</td>
|
||||
<td>{{ domain.createdAt ? domain.createdAt|date('Y-m-d H:i:s') : '' }}</td>
|
||||
<td>
|
||||
<a href="{{ path('app_domain_comments', {'id': domain.id}) }}">comments</a>
|
||||
<a href="{{ path('app_domain_show', {'id': domain.id}) }}">show</a>
|
||||
<a href="{{ path('app_domain_edit', {'id': domain.id}) }}">edit</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user