summaryrefslogtreecommitdiff
path: root/source/_wiki_changes.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'source/_wiki_changes.html.haml')
-rw-r--r--source/_wiki_changes.html.haml11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/_wiki_changes.html.haml b/source/_wiki_changes.html.haml
new file mode 100644
index 0000000..e1e8d6e
--- /dev/null
+++ b/source/_wiki_changes.html.haml
@@ -0,0 +1,11 @@
+%ul
+ - wiki_changes.each do |item|
+ %li
+ = item.datetime.strftime("%Y-%m-%d %H:%M")
+ |
+ \#{link_to_wiki(item.page)}
+ changed by
+ \#{link_to_wiki(item.username)}
+ - if item.changelog
+ |
+ \#{item.changelog}