Mercurial > wikked
view static/tpl/diff-page.html @ 63:97efd73f2158
Changed RequireJS paths to make it usable with the optimizer.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 06 Feb 2013 23:48:34 -0800 |
parents | 8250c977bc50 |
children | b03f083c3a29 |
line wrap: on
line source
<article class="row"> <div class="page span12"> <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> <pre><code>{{{diff}}}</code></pre> </div> </article>