File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 36
36
{{$entry.Name}} @ {{ShortSha $commit.RefId}}
37
37
{{end}}
38
38
</td>
39
- {{else if $entry.IsJumpableDir}}
40
- <td class="name">
41
- <span class="icon octicon octicon-file-{{if or $entry.IsDir}}directory{{else}}text{{end}}"></span>
42
- <a href="{{EscapePound $.BranchLink}}/{{EscapePound $.TreePath}}{{EscapePound $entry.JumpablePath}}{{EscapePound $entry.JumpableName}}"><span style="color:#ccc">{{$entry.JumpablePath}}</span>{{$entry.JumpableName}}</a>
43
- </td>
44
39
{{else}}
45
40
<td class="name">
46
- <span class="icon octicon octicon-file-{{if or $entry.IsDir}}directory{{else}}text{{end}}"></span>
47
- <a href="{{EscapePound $.BranchLink}}/{{EscapePound $.TreePath}}{{EscapePound $entry.Name}}">{{$entry.Name}}</a>
41
+ <span class="icon octicon octicon-file-{{if or $entry.LastUniqueEntry. IsDir}}directory{{else}}text{{end}}"></span>
42
+ <a href="{{EscapePound $.BranchLink}}/{{EscapePound $.TreePath}}{{EscapePound $entry.LastUniquePath}}{{EscapePound $entry.LastUniqueEntry. Name}}"><span style="color:#BBB"> {{$entry.LastUniquePath}}</span>{{$entry.LastUniqueEntry .Name}}</a>
48
43
</td>
49
44
{{end}}
50
45
<td class="message collapsing has-emoji">
You can’t perform that action at this time.
0 commit comments