summaryrefslogtreecommitdiffstats
path: root/templates/repo/single.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/single.tmpl')
-rw-r--r--templates/repo/single.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo/single.tmpl b/templates/repo/single.tmpl
index 292f8cbddd..f71e87f0fb 100644
--- a/templates/repo/single.tmpl
+++ b/templates/repo/single.tmpl
@@ -14,15 +14,15 @@
<li><a href="//{{.RepositoryLink}}/branch/develop">develop</a></li>
</ul>
</div>
- <ol class="breadcrumb">
- <li class="root dir">{{.Repository.Name}}</li>
- {{$paths := .Paths}}
+ {{$paths := .Paths}}
{{ $username := .Username}}
{{ $reponame := .Reponame}}
{{ $branchname := .Branchname}}
{{ $treenames := .Treenames}}
{{ $n := len $treenames}}
{{ $l := Subtract $n 1}}
+ <ol class="breadcrumb">
+ <li class="root dir"><a href="/{{$username}}/{{$reponame}}/tree/{{$branchname}}">{{.Repository.Name}}</a></li>
{{range $i, $v := $treenames}}
<li class="dir">
{{if eq $i $l}}{{$v}}