instiki/app/views/wiki/print.rhtml

15 lines
392 B
Plaintext
Raw Normal View History

2005-01-15 21:26:54 +01:00
<%
@title = @page.plain_name
@hide_navigation = true
@style_additions = ".newWikiWord { background-color: white; font-style: italic; }"
@inline_style = true
2005-01-16 16:00:11 +01:00
%>
2005-01-15 21:26:54 +01:00
<%= @page.display_content_for_export %>
<div class="byline">
<%= @page.revisions? ? "Revised" : "Created" %> on <%= @page.pretty_created_at %>
by
<%= @page.author_link({ :mode => :export }) %>
</div>