@wiki_page wasn't defined by the wiki page versions controller; @thispage and @otherpage were instead
18 lines
575 B
Plaintext
18 lines
575 B
Plaintext
<div id="c-wiki-pages">
|
|
<div id="a-diff">
|
|
<h1>Wiki Page: <%= @thispage.title %></h1>
|
|
|
|
<p>Showing differences between <%= compact_time @thispage.created_at %> (<%= link_to_user @thispage.updater %>) and <%= compact_time @otherpage.created_at %> (<%= link_to_user @otherpage.updater %>)</p>
|
|
|
|
<div>
|
|
<%= wiki_page_diff(@thispage, @otherpage) %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "wiki_pages/secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Wiki Page Versions Comparison - <%= @thispage.pretty_title %> - <%= Danbooru.config.app_name %>
|
|
<% end %>
|