summaryrefslogtreecommitdiffstats
path: root/root/templates/history.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/templates/history.tt')
-rw-r--r--root/templates/history.tt12
1 files changed, 3 insertions, 9 deletions
diff --git a/root/templates/history.tt b/root/templates/history.tt
index a50839b..1393b7e 100644
--- a/root/templates/history.tt
+++ b/root/templates/history.tt
@@ -1,7 +1,5 @@
-<html>
-<body>
-<h1>[% page %]</h1>
-<p><a href="[% uri_for('action', 'page', 'page_name', page) %]">View</a></p>
+[% WRAPPER 'wrappers/root.tt' %]
+<p><a href="[% uri_for('action', 'page', 'page_name', page) %]">View Current</a></p>
<ul>
[% SET cur = head %]
[% WHILE cur %]
@@ -9,8 +7,4 @@
[% SET cur = cur.previous_revision %]
[% END %]
</ul>
-<p style="font-size: small">
-Last modified by [% author.id %] on [% modified %]
-</p>
-</body>
-</html>
+[% END %]