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 6d37f82 commit d7f3de6Copy full SHA for d7f3de6
templates/repo/diff/box.tmpl
@@ -108,7 +108,7 @@
108
{{end}}
109
</div>
110
<span class="file gt-mono"><a class="muted file-link" title="{{if $file.IsRenamed}}{{$file.OldName}} → {{end}}{{$file.Name}}" href="#diff-{{$file.NameHash}}">{{if $file.IsRenamed}}{{$file.OldName}} → {{end}}{{$file.Name}}</a>{{if .IsLFSFile}} ({{$.locale.Tr "repo.stored_lfs"}}){{end}}</span>
111
- <button class="ui button button-link gt-p-3" data-clipboard-text="{{$file.Name}}">{{svg "octicon-copy"}}</button>
+ <button class="ui button button-link gt-p-3" data-clipboard-text="{{$file.Name}}">{{svg "octicon-copy" 14}}</button>
112
{{if $file.IsGenerated}}
113
<span class="ui label">{{$.locale.Tr "repo.diff.generated"}}</span>
114
0 commit comments