+10
-7
appview/db/pulls.go
+10
-7
appview/db/pulls.go
···············
+1
-1
appview/pages/templates/repo/pulls/pull.html
+1
-1
appview/pages/templates/repo/pulls/pull.html
···<a href="/{{ $owner }}/{{ .PullSourceRepo.Name }}" class="no-underline hover:underline">{{ $owner }}/{{ .PullSourceRepo.Name }}</a>
+7
-3
appview/pages/templates/repo/pulls/pulls.html
+7
-3
appview/pages/templates/repo/pulls/pulls.html
·········-<span class="text-xs rounded bg-gray-100 dark:bg-gray-600 text-black dark:text-white font-mono px-2 mx-1/2 inline-flex items-center">+<span class="text-xs rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white font-mono px-2 mx-1/2 inline-flex items-center">+<a href="/{{ $owner }}/{{ .PullSource.Repo.Name }}" class="no-underline hover:underline">{{ $owner }}/{{ .PullSource.Repo.Name }}</a><span class="text-xs rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white font-mono px-2 mx-1/2 inline-flex items-center">
+21
-6
appview/state/pull.go
+21
-6
appview/state/pull.go
············s.createPullRequest(w, r, f, user, title, body, targetBranch, patch, sourceRev, &db.PullSource{···