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 ae6bc12 commit b83e437Copy full SHA for b83e437
templates/repo/commits_list.tmpl
@@ -71,7 +71,7 @@
71
{{if not $.PageIsWiki}}
72
{{/* view single file diff */}}
73
{{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"}}"
+ <a class="btn interact-bg tw-p-2 view-single-diff" data-tooltip-content="{{ctx.Locale.Tr "repo.commits.view_file_diff"}}"
75
href="{{$commitRepoLink}}/commit/{{.ID.String}}?files={{$.FileName}}"
76
>{{svg "octicon-file-diff"}}</a>
77
{{end}}
0 commit comments