Add updated time
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 22 May 2018 20:47:57 +0000 (16:47 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 22 May 2018 20:47:57 +0000 (16:47 -0400)
adding to the notes.

views/admin/ajax/notes/list.html

index 78c2420..f1fb609 100644 (file)
@@ -8,7 +8,8 @@
 </form>
 
 {foreach $notes as $n}
-    <div>
-        {$n.notes}
+    <div class="tsLog">
+        <h2>{$n.updated.datetime}</h2>
+        {$n.notes|nl2br}
     </div>
 {/foreach}