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'">< 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