all repos

mugit @ 5957dc0

🐮 git server that your cow will love
1 files changed, 1 insertions(+), 1 deletions(-)
fix(ui): show filename of modified files
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-03-02 01:43:53 +0200
Change ID: ywowtotupquwwtyzqmvqqkkpxvqtvoll
Parent: 1165c17
M web/templates/repo_commit.html

@@ -98,7 +98,7 @@ {{ else if .IsDelete }}<span class="diff-type diff-del">D</span>

{{ else }}<span class="diff-type diff-mod">M</span>{{ end }} {{ if .IsNew }}<a href="/{{ $.RepoName }}/blob/{{ $this }}/{{ .Name.New }}">{{ .Name.New }}</a>{{ else }} - {{ if $parent }}<a href="/{{ $.RepoName }}/blob/{{ $parent }}/{{ .Name.Old }}">{{ .Name.Old }}</a> + {{ if $parent }}<a href="/{{ $.RepoName }}/blob/{{ $parent }}/{{ .Name.New }}">{{ .Name.New }}</a> {{ else }}{{ .Name.Old }}{{ end }} {{ if .IsRename }}&#8594;<a href="/{{ $.RepoName }}/blob/{{ $this }}/{{ .Name.New }}">{{ .Name.New }}</a>{{ end }} {{ end }}