Skip to content

Commit a1188ba

Browse files
committed
Fix id naming
1 parent 22e79f5 commit a1188ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/home.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
{{end}}
7676
<div class="fitted item mx-0">
7777
<a href="{{.BaseRepo.Link}}/find/{{.BranchName | PathEscapeSegments}}">
78-
<button id="new-pull-request" class="ui compact basic button">{{.i18n.Tr "action.find_file"}}</button>
78+
<button id="go-to-file" class="ui compact basic button">{{.i18n.Tr "action.find_file"}}</button>
7979
</a>
8080
</div>
8181
{{else}}

0 commit comments

Comments
 (0)