web frontend for git (tangled's grandpa)
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

diff: scroll diff on overflow

+1 -1
+1 -1
templates/commit.html
··· 66 66 {{ else }} 67 67 <a href="/{{ $repo }}/blob/{{ $this }}/{{ .Name.New }}">{{ .Name.New }}</a> 68 68 {{- end -}} 69 - </div> 70 69 {{ if .IsBinary }} 71 70 <p>Not showing binary file.</p> 72 71 {{ else }} ··· 87 86 {{- end -}} 88 87 {{- end -}} 89 88 </pre> 89 + </div> 90 90 </div> 91 91 {{ end }} 92 92 </section>