Mercurial > wikked
diff static/tpl/revision-page.html @ 60:8250c977bc50
Moved static files to the root directory.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 05 Feb 2013 14:49:34 -0800 |
parents | wikked/static/tpl/revision-page.html@aa6951805e1a |
children | 0adac3bc079e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/static/tpl/revision-page.html Tue Feb 05 14:49:34 2013 -0800 @@ -0,0 +1,6 @@ +<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> + </div> +</article>