all repos

mugit @ fb69639f0c8274f4b9ad5904100efd6fb15a1be0

🐮 git server that your cow will love
1 files changed, 2 insertions(+), 0 deletions(-)
ui: dont display "jump to" table if there's only one file changed
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-10 01:39:54 +0200
Change ID: xwtxmtmtrtsypmopznnzsvzokqklmqoy
Parent: 988c240
M web/templates/repo_commit.html

@@ -42,6 +42,7 @@ {{ .stat.Insertions }} insertions(+),

{{ .stat.Deletions }} deletions(-) </div> + {{ if gt (len .diff) 1}} <div class="jump"> <strong>jump to</strong> <table class="table jump-table">

@@ -65,6 +66,7 @@ {{ end }}

</tbody> </table> </div> + {{ end }} </div> </section> <section>