File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1305,7 +1305,6 @@ file_copy_permalink = Copy Permalink
1305
1305
view_git_blame = View Git Blame
1306
1306
video_not_supported_in_browser = Your browser does not support the HTML5 'video' tag.
1307
1307
audio_not_supported_in_browser = Your browser does not support the HTML5 'audio' tag.
1308
- stored_lfs = Stored with Git LFS
1309
1308
symbolic_link = Symbolic link
1310
1309
executable_file = Executable File
1311
1310
vendored = Vendored
Original file line number Diff line number Diff line change 101
101
{{end}}
102
102
</div>
103
103
<span class="file tw-flex tw-items-center tw-font-mono tw-flex-1"><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>
104
- {{if .IsLFSFile}} ({{ctx.Locale.Tr "repo.stored_lfs"}}){{end}}
105
104
<button class="btn interact-fg tw-p-2" data-clipboard-text="{{$file.Name}}" data-tooltip-content="{{ctx.Locale.Tr "copy_path"}}">{{svg "octicon-copy" 14}}</button>
105
+ {{if .IsLFSFile}}<span class="ui label">LFS</span>{{end}}
106
106
{{if $file.IsGenerated}}
107
107
<span class="ui label">{{ctx.Locale.Tr "repo.diff.generated"}}</span>
108
108
{{end}}
Original file line number Diff line number Diff line change 11
11
{{end}}
12
12
{{if ne .FileSize nil}}
13
13
<div class="file-info-entry">
14
- {{FileSize .FileSize}}{{if .IsLFSFile}} ({{ctx.Locale.Tr "repo.stored_lfs"}}) {{end}}
14
+ {{FileSize .FileSize}}{{if .IsLFSFile}}<span class="ui label">LFS</span> {{end}}
15
15
</div>
16
16
{{end}}
17
17
{{if .LFSLock}}
You can’t perform that action at this time.
0 commit comments