2005-01-24 19:52:04 +01:00
|
|
|
<%
|
|
|
|
@title = @page.plain_name
|
|
|
|
@hide_navigation = true
|
|
|
|
@style_additions = ".newWikiWord { background-color: white; font-style: italic; }"
|
|
|
|
@inline_style = true
|
|
|
|
%>
|
|
|
|
|
2005-09-09 07:31:27 +02:00
|
|
|
<%= @renderer.display_content_for_export %>
|
2005-01-24 19:52:04 +01:00
|
|
|
|
|
|
|
<div class="byline">
|
2005-08-15 01:35:10 +02:00
|
|
|
<%= @page.revisions? ? "Revised" : "Created" %> on <%= format_date(@page.revised_at) %>
|
2005-01-24 19:52:04 +01:00
|
|
|
by
|
2005-09-10 13:07:40 +02:00
|
|
|
<%= author_link(@page, { :mode => (@link_mode || :show) }) %>
|
2005-01-24 19:52:04 +01:00
|
|
|
</div>
|