view static/tpl/revision-page.html @ 155:6cb5445e90b9

Disable browser auto-complete on the search field.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 25 Dec 2013 19:59:05 -0800
parents b03f083c3a29
children
line wrap: on
line source

<article>
    <header>
        <h1>{{meta.title}} <span class="decorator">Revision: <span class="rev_id">{{disp_rev}}</span></span></h1>
    </header>
    <section>
        <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>
    </section>
</div>
</article>