{{ define "title" }} interdiff of round #{{ .Round }} and #{{ sub .Round 1 }} · pull #{{ .Pull.PullId }} · {{ .RepoInfo.FullName }} {{ end }} {{ define "extrameta" }} {{ $title := printf "interdiff of %d and %d · %s · pull #%d · %s" .Round (sub .Round 1) .Pull.Title .Pull.PullId .RepoInfo.FullName }} {{ $url := printf "https://tangled.sh/%s/pulls/%d/round/%d" .RepoInfo.FullName .Pull.PullId .Round }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" (unescapeHtml $title) "Url" $url) }} {{ end }} {{ define "content" }}
{{ i "arrow-left" "w-5 h-5" }} back interdiff of round #{{ .Round }} and #{{ sub .Round 1 }}
{{ template "repo/pulls/fragments/pullHeader" . }}
{{ template "repo/fragments/interdiff" (list .RepoInfo.FullName .Interdiff) }}
{{ end }}