Sha256: 5d89a9aaaa69d854858cbe0dc885e68e1b476941f2456da12f433faa39679cac

Contents?: true

Size: 429 Bytes

Versions: 60

Compression:

Stored size: 429 Bytes

Contents

<html>
  <head>
    <title>MicroWiki #{@page}</title>
    <style>
      a.exists{ color: #00f; }
      a.nonexists{ color: #f00; }
    </style>
  </head>
  <body>
    <a href="/show/Home" unless="@page == 'Home'">&lt; Home</a>
    <h1>#{@page}</h1>
    <a href="#@edit_link" if="@text.empty?">Create #@page</a>
    <div unless="@text.empty?">
      <a href="#@edit_link">Edit #@page</a>
      #@text
    </div>
  </body>
</html>

Version data entries

60 entries across 60 versions & 6 rubygems

Version Path
Pistos-ramaze-2008.09 examples/app/whywiki/template/show.xhtml
Pistos-ramaze-2008.12 examples/app/whywiki/template/show.xhtml
Pistos-ramaze-2009.01 examples/app/whywiki/template/show.xhtml
Pistos-ramaze-2009.02 examples/app/whywiki/template/show.xhtml
Pistos-ramaze-2009.04.08 examples/app/whywiki/template/show.xhtml
Pistos-ramaze-2009.06.12 examples/app/whywiki/template/show.xhtml
clivecrous-ramaze-0.3.9.5 examples/whywiki/template/show.xhtml
manveru-ramaze-2008.07 examples/app/whywiki/template/show.xhtml
manveru-ramaze-2008.08 examples/app/whywiki/template/show.xhtml
manveru-ramaze-2008.09 examples/app/whywiki/template/show.xhtml
manveru-ramaze-2008.10 examples/app/whywiki/template/show.xhtml
manveru-ramaze-2008.12 examples/app/whywiki/template/show.xhtml
manveru-ramaze-2009.01 examples/app/whywiki/template/show.xhtml
manveru-ramaze-2009.04.01 examples/app/whywiki/template/show.xhtml
manveru-ramaze-2009.04.08 examples/app/whywiki/template/show.xhtml
manveru-ramaze-2009.04.18 examples/app/whywiki/template/show.xhtml
manveru-ramaze-2009.04.22 examples/app/whywiki/template/show.xhtml
manveru-ramaze-2009.04 examples/app/whywiki/template/show.xhtml
manveru-ramaze-2009.05.08 examples/app/whywiki/template/show.xhtml
manveru-ramaze-2009.05 examples/app/whywiki/template/show.xhtml