UX: improve admin templates

This commit is contained in:
2023-04-14 12:47:59 +02:00
parent 91ba0c983d
commit 0af13b028e
7 changed files with 22 additions and 23 deletions

View File

@@ -27,9 +27,7 @@
</form>
</td>
<td>
<a href="{{ chill_path_add_return_path('chill_crud_docgen_template_edit', { 'id': entity.id }) }}" class="btn btn-edit">
{{ 'Edit'|trans }}
</a>
<a href="{{ chill_path_add_return_path('chill_crud_docgen_template_edit', { 'id': entity.id }) }}" class="btn btn-edit" title="{{ 'Edit'|trans }}"></a>
</td>
</tr>
{% endfor %}