{{/* {{if .LatestCommit.Author}}{{TimeSince .LatestCommit.Author.When $.Lang}}{{end}}
*/}} {{ $collapseList := and .ReadmeExist (not .HasParentPath)}}{{svg "octicon-mail-reply" 16}} .. | ||
{{svg "octicon-file-submodule" 16}} {{$refURL := $commit.RefURL AppUrl $.BranchLink}} {{if $refURL}} {{$entry.Name}} @ {{ShortSha $commit.RefID}} {{else}} {{$entry.Name}} @ {{ShortSha $commit.RefID}} {{end}} | {{else}}{{if $entry.IsDir}} {{$subJumpablePathName := $entry.GetSubJumpablePathName}} {{$subJumpablePath := SubJumpablePath $subJumpablePathName}} {{svg "octicon-file-directory" 16}} {{if eq (len $subJumpablePath) 2}} {{index $subJumpablePath 0}}{{index $subJumpablePath 1}} {{else}} {{index $subJumpablePath 0}} {{end}} {{else}} {{svg (printf "octicon-%s" (EntryIcon $entry)) 16}} {{$entry.Name}} {{end}} | {{end}}{{TimeSince $commit.Committer.When $.Lang}} |