diff --git a/app/views/wiki/page.rhtml b/app/views/wiki/page.rhtml index 3b368c64..8e9bc474 100644 --- a/app/views/wiki/page.rhtml +++ b/app/views/wiki/page.rhtml @@ -7,16 +7,19 @@ <%= @page.display_content %> - +<% if @page.revisions.length > 1 %> + +<% end %>
<%= @page.revisions? ? "Revised" : "Created" %> on <%= @page.pretty_created_at %>