projects
/
WP-Plugins
/
glm-member-db-travel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac8d83c
)
Add updated time
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 22 May 2018 20:47:57 +0000
(16:47 -0400)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/views/admin/ajax/notes/list.html
b/views/admin/ajax/notes/list.html
index
78c2420
..
f1fb609
100644
(file)
--- a/
views/admin/ajax/notes/list.html
+++ b/
views/admin/ajax/notes/list.html
@@
-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}