diff --git a/templates/repo/diff_box.tmpl b/templates/repo/diff_box.tmpl index a524940f9..a12f4de4e 100644 --- a/templates/repo/diff_box.tmpl +++ b/templates/repo/diff_box.tmpl @@ -72,20 +72,6 @@ {{range $j, $section := .Sections}} {{range $k, $line := .Lines}} - {{if eq .Type 4}} - - - - -
{{$line.Content}}
- - - - - -
{{$line.Content}}
- - {{else}} {{if $line.LeftIdx}}{{$line.LeftIdx}}{{end}} @@ -98,7 +84,6 @@
{{if $line.RightIdx}}{{$line.Content}}{{end}}
- {{end}} {{end}} {{end}}