From 8d284bab474c7e669ae9a639bdb22f7b28b95cc3 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Mon, 30 May 2016 20:59:54 -0400 Subject: Created page history widget to dynamically fetch and display the git commit history for wiki pages. --- view/tpl/wiki_page_history.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 view/tpl/wiki_page_history.tpl (limited to 'view/tpl/wiki_page_history.tpl') diff --git a/view/tpl/wiki_page_history.tpl b/view/tpl/wiki_page_history.tpl new file mode 100644 index 000000000..7efc4aa96 --- /dev/null +++ b/view/tpl/wiki_page_history.tpl @@ -0,0 +1,11 @@ + + {{foreach $pageHistory as $commit}} + + {{/foreach}} +
+ + + + +
Date{{$commit.date}}
Name{{$commit.name}}
Message{{$commit.title}}
+
\ No newline at end of file -- cgit v1.2.3