+10
appview/pages/templates/repo/pulls/patch.html
+10
appview/pages/templates/repo/pulls/patch.html
···
13
14
{{ define "content" }}
15
<section>
16
+
<!-- Here -->
17
+
18
+
{{ if .Stack }}
19
+
{{ range .Stack }}
20
+
<div>
21
+
{{ .PullId }}: {{ .Title }}
22
+
</div>
23
+
{{ end }}
24
+
{{ end }}
25
+
26
<section
27
class="bg-white dark:bg-gray-800 p-6 rounded relative w-full mx-auto drop-shadow-sm dark:text-white"
28
>
+1
appview/pulls/pulls.go
+1
appview/pulls/pulls.go