Sha256: 353898fadf40da55ab3c2cd6c66acd3fe4eb6b2a7416348882da66d4201b13bb

Contents?: true

Size: 432 Bytes

Versions: 2

Compression:

Stored size: 432 Bytes

Contents

<% 
  @title = @page.plain_name
  @hide_navigation = true
  @style_additions = ".newWikiWord { background-color: white; font-style: italic; }"
  @inline_style = true
%><%= sub_template "top" %>

<%= @page.display_content_for_export %>

<div class="byline">
  <%= @page.revisions? ? "Revised" : "Created" %> on <%= @page.pretty_created_at %> 
  by
  <%= @page.author_link({ :mode => :export }) %>
</div>

<%= sub_template "bottom" %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
Pimki-1.4.092 app/views/wiki/print.rhtml
Pimki-1.5.092 app/views/wiki/print.rhtml