all repos

mugit @ 55faf33ea7bf7bbf271e3fcdc0ef81c97adb16a7

🐮 git server that your cow will love
1 files changed, 3 insertions(+), 3 deletions(-)
ui: make commit page more colorful
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-21 17:26:40 +0200
Change ID: mtzlurvonvqutmsonxsxmsznpznxnzqk
Parent: 112d8de
M web/templates/repo_commit.html

@@ -13,9 +13,9 @@ {{ template "repo_header" . }}

<main> <section class="commit"> <div class="commit-refs"> - {{ $stat.FilesChanged }} files changed, - {{ $stat.Insertions }} insertions(+), - {{ $stat.Deletions }} deletions(-) + <span class="diff-mod">{{ $stat.FilesChanged }} files changed</span>, + <span class="diff-add">{{ $stat.Insertions }} insertions(+)</span>, + <span class="diff-del">{{ $stat.Deletions }} deletions(-)</span> </div> <div class="box">