{{ define "repo/fragments/lastCommitPanel" }} {{ $messageParts := splitN .LastCommitInfo.Message "\n\n" 2 }}
{{ if .LastCommitInfo.Author }} {{ $authorDid := index .EmailToDid .LastCommitInfo.Author.Email }} {{ if $authorDid }} {{ template "user/fragments/picHandleLink" $authorDid }} {{ else }} {{ placeholderAvatar "tiny" }} {{ .LastCommitInfo.Author.Name }} {{ end }} {{ end }} {{ index $messageParts 0 }} {{ template "repo/fragments/time" .LastCommitInfo.When }}
{{ slice .LastCommitInfo.Hash.String 0 8 }}
{{ end }}