all repos

mugit @ 5957dc0c896ce72f1c809d350528a831db14a566

๐Ÿฎ 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
Authored at: 2026-03-02 01:43:30 +0200
Change ID: ywowtotupquwwtyzqmvqqkkpxvqtvoll
Parent: 1165c17
M web/templates/repo_commit.html
ยทยทยท
        98
        98
                     {{ else }}<span class="diff-type diff-mod">M</span>{{ end }}

      
        99
        99
         

      
        100
        100
                     {{ if .IsNew }}<a href="/{{ $.RepoName }}/blob/{{ $this }}/{{ .Name.New }}">{{ .Name.New }}</a>{{ else }}

      
        101
        
        -            {{ if $parent }}<a href="/{{ $.RepoName }}/blob/{{ $parent }}/{{ .Name.Old }}">{{ .Name.Old }}</a>

      
        
        101
        +            {{ if $parent }}<a href="/{{ $.RepoName }}/blob/{{ $parent }}/{{ .Name.New }}">{{ .Name.New }}</a>

      
        102
        102
                     {{ else }}{{ .Name.Old }}{{ end }}

      
        103
        103
                     {{ if .IsRename }}&#8594;<a href="/{{ $.RepoName }}/blob/{{ $this }}/{{ .Name.New }}">{{ .Name.New }}</a>{{ end }}

      
        104
        104
                     {{ end }}