{{/* use grid layout, still use the old ID because there are many other CSS styles depending on this ID */}}
{{template "repo/latest_commit" .}}
{{if and .LatestCommit .LatestCommit.Committer}}{{DateUtils.TimeSince .LatestCommit.Committer.When}}{{end}}
{{$.FileIconPoolHTML}} {{if .HasParentPath}} {{index $.FileIcons ".."}} .. {{end}} {{range $item := .Files}}
{{$entry := $item.Entry}} {{$commit := $item.Commit}} {{$submoduleFile := $item.SubmoduleFile}}
{{if $commit}} {{$commitLink := printf "%s/commit/%s" $.RepoLink (PathEscape $commit.ID.String)}} {{ctx.RenderUtils.RenderCommitMessageLinkSubject $commit.Message $commitLink $.Repository}} {{else}} … {{/* will be loaded again by LastCommitLoaderURL */}} {{end}}
{{if $commit}}{{DateUtils.TimeSince $commit.Committer.When}}{{end}}
{{end}}