From db8bb1d07cced92aa81abbb9d3f2230e1f527624 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 7 Oct 2021 11:55:55 -0400 Subject: [PATCH] Afform Admin add link icon && template cleanup --- ext/afform/admin/ang/afAdmin/afAdminList.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/ext/afform/admin/ang/afAdmin/afAdminList.html b/ext/afform/admin/ang/afAdmin/afAdminList.html index 05552d0a07..a40a04e388 100644 --- a/ext/afform/admin/ang/afAdmin/afAdminList.html +++ b/ext/afform/admin/ang/afAdmin/afAdminList.html @@ -62,19 +62,20 @@ - {{ afform.title }} + {{:: afform.title }} - {{ afform.name }} + {{:: afform.name }} - - {{ afform.server_route }} + + + {{:: afform.server_route }} - {{ afform.placement.join(', ') }} + {{:: afform.placement.join(', ') }} - {{:: ts('Edit') }} - {{:: ts('Clone') }} + {{:: ts('Edit') }} + {{:: ts('Clone') }} {{ afform.has_base ? ts('Revert') : ts('Delete') }} -- 2.25.1