Sha256: b140604dccb229a726b1e83c9b48e633bac1fc04e67452ea6a821e0ebc7ed53a

Contents?: true

Size: 406 Bytes

Versions: 2

Compression:

Stored size: 406 Bytes

Contents

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

<%= @page.display_content_for_export %>

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
instiki-0.10.1 app/views/wiki/print.rhtml
instiki-0.10.2 app/views/wiki/print.rhtml