fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
minor code style
[fnpeditor.git]
/
src
/
editor
/
modules
/
documentHistory
/
templates
/
item.html
diff --git
a/src/editor/modules/documentHistory/templates/item.html
b/src/editor/modules/documentHistory/templates/item.html
index
1629226
..
a69c7d3
100644
(file)
--- a/
src/editor/modules/documentHistory/templates/item.html
+++ b/
src/editor/modules/documentHistory/templates/item.html
@@
-3,4
+3,5
@@
<div class="date"><%= date %></div>
<div class="author"><%= author %></div>
<div class="description"><%= description %></div>
+ <div class="published"><%= published %></div>
</div>
\ No newline at end of file