all repos — elgit @ 150d81df6c82ee9ea735f988d1c06edd9059819a

fork of legit: web frontend for git, written in go

diff: scroll diff on overflow
Anirudh Oppiliappan x@icyphox.sh
Mon, 19 Dec 2022 22:15:03 +0530
commit

150d81df6c82ee9ea735f988d1c06edd9059819a

parent

2f508f865fcc908b9025f73fb42110149f39c934

1 files changed, 1 insertions(+), 1 deletions(-)

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>