fix regression

@wiki_page wasn't defined by the wiki page versions controller;
@thispage and @otherpage were instead
This commit is contained in:
Toks
2013-05-10 15:45:43 -04:00
parent f6820108ee
commit b600a5bcb0

View File

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