aboutsummaryrefslogtreecommitdiff
path: root/www/edit.php
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-10-07 00:20:35 -0400
committerChristian Weiske <cweiske@cweiske.de>2012-10-24 15:00:36 +0200
commit9cbf7fdfaa302181f988bce8d594ed7fee67c837 (patch)
tree2f6018a575ed42058c249902e3a128827677756b /www/edit.php
parent5cc278845f05ba9219281e811784d8c30e32174c (diff)
downloadphorkie-9cbf7fdfaa302181f988bce8d594ed7fee67c837.tar.gz
phorkie-9cbf7fdfaa302181f988bce8d594ed7fee67c837.zip
Add version history sidebar to edit page
Diffstat (limited to 'www/edit.php')
-rw-r--r--www/edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/edit.php b/www/edit.php
index 4de3d47..4199c34 100644
--- a/www/edit.php
+++ b/www/edit.php
@@ -18,6 +18,7 @@ render(
'edit',
array(
'repo' => $repo,
+ 'dh' => new \Date_HumanDiff(),
'htmlhelper' => new HtmlHelper(),
)
);