File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
<td>
25
25
{{if index $.Linkable $index}}
26
26
{{svg "octicon-file"}}
27
- <a href="{{$.RepoLink}}/src/branch/{{PathEscapeSegments $lock.Repo .DefaultBranch}}/{{PathEscapeSegments $lock.Path}}" title="{{$lock.Path}}">{{$lock.Path}}</a>
27
+ <a href="{{$.RepoLink}}/src/branch/{{PathEscapeSegments $.Repository .DefaultBranch}}/{{PathEscapeSegments $lock.Path}}" title="{{$lock.Path}}">{{$lock.Path}}</a>
28
28
{{else}}
29
29
{{svg "octicon-diff"}}
30
30
<span class="tooltip" title="{{$.i18n.Tr "repo.settings.lfs_lock_file_no_exist"}}">{{$lock.Path}}</span>
34
34
{{end}}
35
35
</td>
36
36
<td>
37
- <a href="{{$lock .Owner.HomeLink}}">
38
- {{avatar $lock .Owner}}
39
- {{$lock .Owner.DisplayName}}
37
+ <a href="{{$.Owner.HomeLink}}">
38
+ {{avatar $.Owner}}
39
+ {{$.Owner.DisplayName}}
40
40
</a>
41
41
</td>
42
42
<td>{{TimeSince .Created $.Lang}}</td>
You can’t perform that action at this time.
0 commit comments