We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e17eb commit 77ddc4dCopy full SHA for 77ddc4d
templates/repo/home.tmpl
@@ -74,8 +74,8 @@
74
</div>
75
{{end}}
76
<div class="fitted item mx-0">
77
- <a href="{{.BaseRepo.Link}}/find/{{.BranchNameSubURL}}">
78
- <button id="go-to-file" class="ui compact basic button">{{.i18n.Tr "repo.find_file.go_to_file"}}</button>
+ <a href="{{.BaseRepo.Link}}/find/{{.BranchNameSubURL}}" class="ui compact basic button">
+ {{.i18n.Tr "repo.find_file.go_to_file"}}
79
</a>
80
81
{{else}}
0 commit comments