1 files changed,
1 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-03-09 18:11:05 +0200
Authored at:
2026-03-09 18:07:51 +0200
Change ID:
srrxupnpqvkkkmxntpqvmpurqxslmlsq
Parent:
d1bac8e
M
web/templates/repo_file.html
ยทยทยท 12 12 {{- range .P.Breadcrumbs -}} 13 13 <span class="mode">/</span> 14 14 {{- if .IsLast -}}{{- .Name -}} 15 - {{- else -}}<a class="link" href="{{ $.RepoName }}/tree/{{ $.P.Ref }}/{{ $.P.Path }}">{{ .Name }}</a>{{- end -}} 15 + {{- else -}}<a class="link" href="/{{ $.RepoName }}/tree/{{ $.P.Ref }}/{{ .Path }}">{{ .Name }}</a>{{- end -}} 16 16 {{- end -}} 17 17 (<a class="muted" href="?raw=true">view raw</a>) 18 18 </p>