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

<% if @thispage.visible? %>

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_page_diff(@thispage, @otherpage) %>
<% else %>

The artist requested removal of this page.

<% end %>
<%= render "wiki_pages/secondary_links" %> <% content_for(:page_title) do %> Wiki Page Versions Comparison - <%= @thispage.pretty_title %> - <%= Danbooru.config.app_name %> <% end %>