From 205edf73b23dbac46619b70514c3e0bfab06f7f3 Mon Sep 17 00:00:00 2001 From: Guillaume Subiron Date: Wed, 2 Jan 2019 15:33:39 +0100 Subject: [PATCH] Debug notes_url display in cv_hosts --- module/plugins/cv_host/views/cv_host.tpl | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/module/plugins/cv_host/views/cv_host.tpl b/module/plugins/cv_host/views/cv_host.tpl index 428e4a8b..0cb4fe60 100644 --- a/module/plugins/cv_host/views/cv_host.tpl +++ b/module/plugins/cv_host/views/cv_host.tpl @@ -138,13 +138,11 @@
(none)
%end - %if elt.notes_url: -
Notes:
-
- %for note_url in elt.notes_url: - - %end -
+ %if elt.notes or elt.notes_url: +
+ {{ elt.notes }}
+ {{ elt.notes_url }} +
%end