Skip to content

Commit b83e437

Browse files
authored
Update templates/repo/commits_list.tmpl
1 parent ae6bc12 commit b83e437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/commits_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
{{if not $.PageIsWiki}}
7272
{{/* view single file diff */}}
7373
{{if $.FileName}}
74-
<a class="btn interact-bg tw-p-2 view-single-diff" data-tooltip-content="{{ctx.Locale.Tr "repo.commits.view_file_diff"}}"
74+
<a class="btn interact-bg tw-p-2 view-single-diff" data-tooltip-content="{{ctx.Locale.Tr "repo.commits.view_file_diff"}}"
7575
href="{{$commitRepoLink}}/commit/{{.ID.String}}?files={{$.FileName}}"
7676
>{{svg "octicon-file-diff"}}</a>
7777
{{end}}

0 commit comments

Comments
 (0)