Mercurial > wikked
view static/tpl/revision-page.html @ 80:91c5ea6e9027
Removed commented code.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 27 Feb 2013 22:13:42 -0800 |
parents | 0adac3bc079e |
children | b03f083c3a29 |
line wrap: on
line source
<article class="row"> <div class="page span12"> <h1>{{meta.title}} <span class="decorator">Revision: <span class="rev_id">{{disp_rev}}</span></span></h1> <pre><code>{{text}}</code></pre> <form id="page-revert" class="page-revert"> <input type="hidden" name="rev" value="{{rev}}"/> <button type="submit" class="btn">Revert</button> <small>Revert the page to this revision</small> </form> </div> </article>