File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 65
65
{{$subJumpablePathName := $entry.GetSubJumpablePathName}}
66
66
{{$subJumpablePath := SubJumpablePath $subJumpablePathName}}
67
67
<span class="octicon octicon-file-directory"></span>
68
- <a href="{{EscapePound $.TreeLink}}/{{EscapePound $subJumpablePathName}}">
68
+ <a href="{{EscapePound $.TreeLink}}/{{EscapePound $subJumpablePathName}}" title="{{$subJumpablePathName}}" >
69
69
{{if eq (len $subJumpablePath) 2}}
70
70
<span class="jumpable-path">{{index $subJumpablePath 0}}</span>{{index $subJumpablePath 1}}
71
71
{{else}}
74
74
</a>
75
75
{{else}}
76
76
<span class="octicon octicon-{{EntryIcon $entry}}"></span>
77
- <a href="{{EscapePound $.TreeLink}}/{{EscapePound $entry.Name}}">{{$entry.Name}}</a>
77
+ <a href="{{EscapePound $.TreeLink}}/{{EscapePound $entry.Name}}" title="{{$entry.Name}}" >{{$entry.Name}}</a>
78
78
{{end}}
79
79
</td>
80
80
{{end}}
You can’t perform that action at this time.
0 commit comments