Sha256: b0b9deec985398a644d26e4396e1e67a4d73be852cff4e0d3886885207597d69
Contents?: true
Size: 1.54 KB
Versions: 2
Compression:
Stored size: 1.54 KB
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>Mercury Editor - Annotated Source - {{ title }}</title> <link href="/mercury/assets/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css"/> <script src="/mercury/assets/javascripts/application.js" type="text/javascript"></script> <!--[if lt IE 7]> <script type="text/javascript" src="/mercury/assets/javascripts/unitpngfix.js"></script> <![endif]--> </head> <body> <div id="background"></div> <h1 id="logo"><a href="/mercury">Mercury Editor</a></h1> <ul id="navigation"> <li><a href="/mercury">Home</a></li> <li><a href="/mercury/downloads">Downloads</a></li> <li><a href="/mercury/walkthrough">Walkthrough</a></li> <li><a href="/mercury/documentation">Documentation</a></li> <li class="active"><a href="/mercury/annotated_source">Annotated Source</a></li> </ul> <table cellspacing=0 cellpadding=0> <thead> <tr> <th class=docs><h1>{{ title }}</h1></th> <th class=code></th> </tr> </thead> <tbody> {{#sections}} <tr id='section-{{ section_id }}'> <td class=docs> <div class="pilwrap"> <a class="pilcrow" href="#section-{{ section_id }}">¶</a> </div> {{{ docs }}} </td> <td class=code> <div class='highlight'><pre>{{{ code }}}</pre></div> </td> </tr> {{/sections}} </table> <div id="footer"> <hr> Copyright 2011 Jeremy Jackson. All rights reserved. </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mercury-rails-0.2.3 | annotated_source.template |
mercury-rails-0.2.0 | annotated_source.template |