diff --git a/templates/pages/revisions.html b/templates/pages/revisions.html index 1f01141..f332daa 100644 --- a/templates/pages/revisions.html +++ b/templates/pages/revisions.html @@ -41,15 +41,15 @@ {{ end }}

-
+
{{ if $file.Truncated }} -

Diff truncated because its too large to be shown

+

Diff truncated because its too large to be shown

{{ else if and (eq $file.Content "") (ne $file.OldFilename "") }} -

File renamed without changes

+

File renamed without changes

{{ else if eq $file.Content "" }} -

Empty file

+

Empty file

{{ else }} - +
{{ $left := 0 }} {{ $right := 0 }}