# HG changeset patch # User dellsystem # Date 1346392912 14400 # Node ID 19b75711215f16980fe9705e2480582cbec7d112 # Parent fa00a4bacac0067713c46767b086ccf59d513a79 Increase header size in snippet_diff template More changes to come for the snippet_diff template, eventually diff -r fa00a4bacac0 -r 19b75711215f templates/snippet/snippet_diff.djhtml --- a/templates/snippet/snippet_diff.djhtml Fri Aug 31 02:01:02 2012 -0400 +++ b/templates/snippet/snippet_diff.djhtml Fri Aug 31 02:01:52 2012 -0400 @@ -2,7 +2,7 @@
-

+

({% trans "Close" %}) {% blocktrans with fileA.get_absolute_url as filea_url and fileB.get_absolute_url as fileb_url and fileA.id as filea_id and fileB.id as fileb_id %} Diff between @@ -10,7 +10,7 @@ and Snippet #{{ fileb_id }} {% endblocktrans %} -

+
{{ difftext|safe }}