We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ad6d08d commit 219c87eCopy full SHA for 219c87e
templates/repo/diff/box.tmpl
@@ -77,7 +77,7 @@
77
{{template "repo/diff/stats" dict "file" . "root" $}}
78
{{end}}
79
</div>
80
- <span class="file mono"><a href="#diff-{{$nameHash}}">{{if $file.IsRenamed}}{{$file.OldName}} → {{end}}{{$file.Name}}</a>{{if .IsLFSFile}} ({{$.i18n.Tr "repo.stored_lfs"}}){{end}}</span>
+ <span class="file mono"><a class="muted" href="#diff-{{$nameHash}}">{{if $file.IsRenamed}}{{$file.OldName}} → {{end}}{{$file.Name}}</a>{{if .IsLFSFile}} ({{$.i18n.Tr "repo.stored_lfs"}}){{end}}</span>
81
{{if $file.IsGenerated}}
82
<span class="ui label ml-3">{{$.i18n.Tr "repo.diff.generated"}}</span>
83
0 commit comments