1 files changed,
1 insertions(+),
1 deletions(-)
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 }}→<a href="/{{ $.RepoName }}/blob/{{ $this }}/{{ .Name.New }}">{{ .Name.New }}</a>{{ end }} 104 104 {{ end }}