{{ 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.org/%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" . }}
{{ end }} {{ define "mainLayout" }}
{{ block "contentLayout" . }} {{ block "content" . }}{{ end }} {{ end }} {{ block "contentAfterLayout" . }}
{{ block "contentAfterLeft" . }} {{ end }}
{{ block "contentAfter" . }}{{ end }}
{{ end }}
{{ end }} {{ define "contentAfter" }} {{ template "repo/fragments/interdiff" (list .RepoInfo.FullName .Interdiff .DiffOpts) }} {{end}} {{ define "contentAfterLeft" }}
{{ template "repo/fragments/diffOpts" .DiffOpts }}
{{ template "repo/fragments/interdiffFiles" .Interdiff }}
{{end}}