Sha256: 4971d1d1ed3a40d5c7f0f91c08df8a49ad1e0b3db8e7eda545329e112888db60
Contents?: true
Size: 1006 Bytes
Versions: 2
Compression:
Stored size: 1006 Bytes
Contents
<% @title = @page.plain_name @hide_navigation = true @style_additions = ".newWikiWord { background-color: white; font-style: italic; }" #Container, #Content { width: 600px; padding-left: 180px;}" @inline_style = true %> <%= sub_template "top" %> <div id="revision"> <%= @page.display_published %> </div> <div class="byline"> <%= @page.revisions? ? "Revised" : "Created" %> on <%= @page.pretty_created_at %> by <%= @page.author_link({ :mode => :publish }) %> </div> <div class="navigation"> <small> | Views: <a href="../print/<%= @page.name %>">Print</a> <% if OPTIONS[:pdflatex] && @web.markup == :textile %> | <a href="../tex/<%= @page.name %>">TeX</a> | <a href="../pdf/<%= @page.name %>">PDF</a> <% end %> </small> <% if @page.references.length > 0 %> <small> <br />| Linked from: <%= @page.references.collect { |ref| ref.link }.join(", ").gsub('/show/', '/published/') %> </small> <% end %> </div> <%= sub_template "bottom" %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
Pimki-1.8.092 | app/views/wiki/published.rhtml |
Pimki-1.8.200 | app/views/wiki/published.rhtml |