+
+
Wiki Page: <%= @thispage.title %>
+
+
Showing differences between <%= compact_time @thispage.created_at %> (<%= link_to @thispage.updater.name, user_path(@thispage.updater) %>) and <%= compact_time @otherpage.created_at %> (<%= link_to @otherpage.updater.name, user_path(@otherpage.updater) %>)
+
+
+ <%= wiki_page_diff(@thispage, @otherpage) %>
+
+
+
+
+<%= render "wiki_pages/secondary_links" %>
\ No newline at end of file
diff --git a/app/views/wiki_page_versions/index.html.erb b/app/views/wiki_page_versions/index.html.erb
index c51dc95fe..9639c5c06 100644
--- a/app/views/wiki_page_versions/index.html.erb
+++ b/app/views/wiki_page_versions/index.html.erb
@@ -5,34 +5,42 @@