all repos — legit @ 150d81df6c82ee9ea735f988d1c06edd9059819a

web frontend for git, written in go

diff: scroll diff on overflow

commit

150d81df6c82ee9ea735f988d1c06edd9059819a

parent

2f508f865fcc908b9025f73fb42110149f39c934

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M templates/commit.htmltemplates/commit.html
@@ -66,7 +66,6 @@ {{ end }}
{{ else }} <a href="/{{ $repo }}/blob/{{ $this }}/{{ .Name.New }}">{{ .Name.New }}</a> {{- end -}} - </div> {{ if .IsBinary }} <p>Not showing binary file.</p> {{ else }}
@@ -87,6 +86,7 @@ {{- end -}}
{{- end -}} {{- end -}} </pre> + </div> </div> {{ end }} </section>