Skip to content

Commit 77ddc4d

Browse files
committed
fine tune HTML layout
1 parent 02e17eb commit 77ddc4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/home.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
</div>
7575
{{end}}
7676
<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>
77+
<a href="{{.BaseRepo.Link}}/find/{{.BranchNameSubURL}}" class="ui compact basic button">
78+
{{.i18n.Tr "repo.find_file.go_to_file"}}
7979
</a>
8080
</div>
8181
{{else}}

0 commit comments

Comments
 (0)