15 lines
405 B
Plaintext
15 lines
405 B
Plaintext
<%-
|
|
@title = @page.plain_name
|
|
@hide_navigation = true
|
|
@style_additions = ".newWikiWord { background-color: white; font-style: italic; }"
|
|
@inline_style = true
|
|
-%>
|
|
|
|
<%= @renderer.display_content_for_export %>
|
|
|
|
<div class="byline">
|
|
<%= @page.revisions? ? "Revised" : "Created" %> on <%= format_date(@page.revised_at) %>
|
|
by
|
|
<%= author_link(@page, { :mode => (@link_mode || :show) }) %>
|
|
</div>
|