···1{{ define "fragments/pullResubmit" }}
2 <div
3 id="resubmit-pull-card"
4- class="rounded relative border bg-amber-50 border-amber-200 px-6 py-2">
56- <div class="flex items-center gap-2 text-amber-500">
7 {{ i "pencil" "w-4 h-4" }}
8 <span class="font-medium">resubmit your patch</span>
9 </div>
1011- <div class="mt-2 text-sm text-gray-700">
12 You can update this patch to address any reviews.
13 This will begin a new round of reviews,
14 but you'll still be able to view your previous submissions and feedback.
···21 class="w-full flex flex-wrap gap-2">
22 <textarea
23 name="patch"
24- class="w-full p-2 mb-2 rounded border border-gray-200"
25 placeholder="Paste your updated patch here."
26 rows="15"
27 >{{.Pull.LatestPatch}}</textarea>
···1{{ define "fragments/pullResubmit" }}
2 <div
3 id="resubmit-pull-card"
4+ class="rounded relative border bg-amber-50 dark:bg-amber-900 border-amber-200 dark:border-amber-500 px-6 py-2">
56+ <div class="flex items-center gap-2 text-amber-500 dark:text-amber-50">
7 {{ i "pencil" "w-4 h-4" }}
8 <span class="font-medium">resubmit your patch</span>
9 </div>
1011+ <div class="mt-2 text-sm text-gray-700 dark:text-gray-200">
12 You can update this patch to address any reviews.
13 This will begin a new round of reviews,
14 but you'll still be able to view your previous submissions and feedback.
···21 class="w-full flex flex-wrap gap-2">
22 <textarea
23 name="patch"
24+ class="w-full p-2 mb-2"
25 placeholder="Paste your updated patch here."
26 rows="15"
27 >{{.Pull.LatestPatch}}</textarea>
+3-3
appview/pages/templates/repo/blob.html
···19 {{ $linkstyle := "no-underline hover:underline" }}
20 <div class="pb-2 mb-3 text-base border-b border-gray-200 dark:border-gray-700">
21 <div class="flex flex-col md:flex-row md:justify-between gap-2">
22- <div id="breadcrumbs" class="overflow-x-auto whitespace-nowrap">
23 {{ range $idx, $value := .BreadCrumbs }}
24 {{ if ne $idx (sub (len $.BreadCrumbs) 1) }}
25 <a
···29 >
30 /
31 {{ else }}
32- <span class="text-bold text-gray-500 dark:text-gray-400"
33 >{{ index . 0 }}</span
34 >
35 {{ end }}
···51 This is a binary file and will not be displayed.
52 </p>
53 {{ else }}
54- <div class="overflow-auto relative text-ellipsis">
55 {{ range $idx, $line := $lines }}
56 {{ $linenr := add $idx 1 }}
57 <div class="flex">
···19 {{ $linkstyle := "no-underline hover:underline" }}
20 <div class="pb-2 mb-3 text-base border-b border-gray-200 dark:border-gray-700">
21 <div class="flex flex-col md:flex-row md:justify-between gap-2">
22+ <div id="breadcrumbs" class="overflow-x-auto whitespace-nowrap text-gray-400 dark:text-gray-500">
23 {{ range $idx, $value := .BreadCrumbs }}
24 {{ if ne $idx (sub (len $.BreadCrumbs) 1) }}
25 <a
···29 >
30 /
31 {{ else }}
32+ <span class="text-bold text-gray-600 dark:text-gray-300"
33 >{{ index . 0 }}</span
34 >
35 {{ end }}
···51 This is a binary file and will not be displayed.
52 </p>
53 {{ else }}
54+ <div class="overflow-auto relative">
55 {{ range $idx, $line := $lines }}
56 {{ $linenr := add $idx 1 }}
57 <div class="flex">