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 6565 {{$subJumpablePathName := $entry.GetSubJumpablePathName}}
6666 {{$subJumpablePath := SubJumpablePath $subJumpablePathName}}
6767 <span class="octicon octicon-file-directory"></span>
68- <a href="{{EscapePound $.TreeLink}}/{{EscapePound $subJumpablePathName}}">
68+ <a href="{{EscapePound $.TreeLink}}/{{EscapePound $subJumpablePathName}}" title="{{$subJumpablePathName}}" >
6969 {{if eq (len $subJumpablePath) 2}}
7070 <span class="jumpable-path">{{index $subJumpablePath 0}}</span>{{index $subJumpablePath 1}}
7171 {{else}}
7474 </a>
7575 {{else}}
7676 <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>
7878 {{end}}
7979 </td>
8080 {{end}}
You can’t perform that action at this time.
0 commit comments