From 6ed58996011cd089a2227d7a83c1f7686602a59c Mon Sep 17 00:00:00 2001 From: Eston Bond Date: Mon, 15 Nov 2010 19:21:07 -0800 Subject: [PATCH] Add layout to compare revisions page --- .../frontend/templates/compare.mustache | 60 +++++++++---------- 1 file changed, 29 insertions(+), 31 deletions(-) diff --git a/lib/gollum/frontend/templates/compare.mustache b/lib/gollum/frontend/templates/compare.mustache index 5f7f99ae..a3187e04 100644 --- a/lib/gollum/frontend/templates/compare.mustache +++ b/lib/gollum/frontend/templates/compare.mustache @@ -1,33 +1,31 @@ -
-
-
- « Back -
-

{{title}}: {{before}} → {{after}}

-
-
-
-
- - Txt - - {{path}} -
-
-
- - {{#lines}} - - - - - - {{/lines}} -
{{ldln}}{{rdln}} -
{{line}}
-
-
-
-
+
+ +
+
+ + {{#lines}} + + + + + + {{/lines}} +
{{ldln}}{{rdln}} +
{{line}}
+
+
+ +
\ No newline at end of file