view static/tpl/diff-page.html @ 145:74690402fef2

Moved all the static content to, well, a `/static` folder.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 11 Dec 2013 17:45:52 -0800
parents b03f083c3a29
children
line wrap: on
line source

<article>
    <header>
        <h1>
            {{meta.title}}
            <span class="decorator">Diff:
            {{#if disp_rev2}}
            <span class="rev_id">{{disp_rev1}}</span> to <span class="rev_id">{{disp_rev2}}</span>
            {{else}}
            change <span class="rev_id">{{disp_rev1}}</span>
            {{/if}}
            </span>
        </h1>
    </header>
    <section>
        <pre><code>{{{diff}}}</code></pre>
    </section>
</article>