diff options
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/home.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 73c6702a90..1a0323f5d1 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -74,7 +74,7 @@ </div> {{end}} <div class="fitted item mx-0"> - <a href="{{.BaseRepo.Link}}/find/{{.BranchNameSubURL}}" class="ui compact basic button"> + <a href="{{.Repository.Link}}/find/{{.BranchNameSubURL}}" class="ui compact basic button"> {{.i18n.Tr "repo.find_file.go_to_file"}} </a> </div> |