8ed5a88db0
Fix http://bug.to/issues/show/335 and http://bug.to/issues/show/334 We now bundle the uploaded files directory (and the public/ directory for the (X)HTML export) in the Zipball when exporting a Web. Also, correct the Print View to produce proper links uploaded files.
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
<%-
|
|
@title = @page.plain_name
|
|
@hide_navigation = true
|
|
@style_additions = ".newWikiWord { background-color: white; font-style: italic; }"
|
|
-%>
|
|
|
|
<%= @renderer.display_content %>
|
|
|
|
<div class="byline">
|
|
<%= @page.revisions? ? "Revised" : "Created" %> on <%= format_date(@page.revised_at) %>
|
|
by
|
|
<%= author_link(@page, { :mode => (@link_mode || :show) }) %>
|
|
</div>
|