···11{{ define "fragments/pullResubmit" }}22 <div33 id="resubmit-pull-card"44- class="rounded relative border bg-amber-50 border-amber-200 px-6 py-2">44+ class="rounded relative border bg-amber-50 dark:bg-amber-900 border-amber-200 dark:border-amber-500 px-6 py-2">5566- <div class="flex items-center gap-2 text-amber-500">66+ <div class="flex items-center gap-2 text-amber-500 dark:text-amber-50">77 {{ i "pencil" "w-4 h-4" }}88 <span class="font-medium">resubmit your patch</span>99 </div>10101111- <div class="mt-2 text-sm text-gray-700">1111+ <div class="mt-2 text-sm text-gray-700 dark:text-gray-200">1212 You can update this patch to address any reviews. 1313 This will begin a new round of reviews,1414 but you'll still be able to view your previous submissions and feedback.···2121 class="w-full flex flex-wrap gap-2">2222 <textarea2323 name="patch"2424- class="w-full p-2 mb-2 rounded border border-gray-200"2424+ class="w-full p-2 mb-2"2525 placeholder="Paste your updated patch here."2626 rows="15"2727 >{{.Pull.LatestPatch}}</textarea>
+3-3
appview/pages/templates/repo/blob.html
···1919 {{ $linkstyle := "no-underline hover:underline" }}2020 <div class="pb-2 mb-3 text-base border-b border-gray-200 dark:border-gray-700">2121 <div class="flex flex-col md:flex-row md:justify-between gap-2">2222- <div id="breadcrumbs" class="overflow-x-auto whitespace-nowrap">2222+ <div id="breadcrumbs" class="overflow-x-auto whitespace-nowrap text-gray-400 dark:text-gray-500">2323 {{ range $idx, $value := .BreadCrumbs }}2424 {{ if ne $idx (sub (len $.BreadCrumbs) 1) }}2525 <a···2929 >3030 /3131 {{ else }}3232- <span class="text-bold text-gray-500 dark:text-gray-400"3232+ <span class="text-bold text-gray-600 dark:text-gray-300"3333 >{{ index . 0 }}</span3434 >3535 {{ end }}···5151 This is a binary file and will not be displayed.5252 </p>5353 {{ else }}5454- <div class="overflow-auto relative text-ellipsis">5454+ <div class="overflow-auto relative">5555 {{ range $idx, $line := $lines }}5656 {{ $linenr := add $idx 1 }}5757 <div class="flex">