Added diff pretty print in the commit.

This commit is contained in:
Nicolas Lassalle
2008-11-15 21:10:37 +01:00
committed by Loic d'Anterroches
parent 99a2e2b83f
commit 5c32145e13
2 changed files with 15 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{extends "source/base.html"}
{block extraheader}<link rel="stylesheet" type="text/css" href="{media '/idf/css/prettify.css'}" />{/block}
{block docclass}yui-t1{assign $inCommit=true}{/block}
{block body}
<table class="commit" summary="">
@@ -43,3 +44,9 @@
{/if}
{/block}
{block javascript}
<script type="text/javascript" src="{media '/idf/js/prettify.js'}"></script>
<script type="text/javascript">
prettyPrint();
</script>
{/block}