<% page_title "Wiki Comparison: #{@thispage.pretty_title.titleize}" %> <%= render "wiki_pages/secondary_links" %> <%= render "wiki_pages/sidebar" %> <% content_for(:content) do %>

Wiki Page: <%= @thispage.title %>

Showing differences between <%= compact_time @thispage.updated_at %> (<%= link_to_user @thispage.updater %>) and <%= compact_time @otherpage.updated_at %> (<%= link_to_user @otherpage.updater %>)

<%= wiki_other_names_diff(@thispage, @otherpage) %>
<%= diff_body_html(@thispage, @otherpage, :body) %>
<% end %>