{{ define "title" }} patch of {{ .Pull.Title }} · round #{{ .Round }} · pull #{{ .Pull.PullId }} · {{ .RepoInfo.FullName }} {{ end }} {{ define "extrameta" }} {{ $title := printf "patch of %s · pull #%d · %s" .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" $title "Url" $url) }} {{ end }} {{ define "content" }}
{{ i "arrow-left" "w-5 h-5" }} back round{{ i "hash" "w-4 h-4" }}{{ .Round }} view raw
{{ template "repo/pulls/fragments/pullHeader" . }}
{{ template "repo/fragments/diff" (list .RepoInfo.FullName .Diff) }}
{{ end }}