From: Steve Sutton Date: Tue, 22 May 2018 20:47:57 +0000 (-0400) Subject: Add updated time X-Git-Tag: v1.0.0^2~29 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e23d821e3a8b60c4b0c2be6da6b7a4437f4f6ab1;p=WP-Plugins%2Fglm-member-db-travel.git Add updated time adding to the notes. --- diff --git a/views/admin/ajax/notes/list.html b/views/admin/ajax/notes/list.html index 78c2420..f1fb609 100644 --- a/views/admin/ajax/notes/list.html +++ b/views/admin/ajax/notes/list.html @@ -8,7 +8,8 @@ {foreach $notes as $n} -
- {$n.notes} +
+

{$n.updated.datetime}

+ {$n.notes|nl2br}
{/foreach}