forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

appview/pulls: improve nav in patch view

anirudh.fi 7a24d16c 6a1daebf

verified
Changed files
+3 -1
appview
pages
templates
repo
pulls
+3 -1
appview/pages/templates/repo/pulls/patch.html
···
<div class="flex gap-3 items-center mb-3">
<a href="/{{ .RepoInfo.FullName }}/pulls/{{ .Pull.PullId }}/" class="flex items-center gap-2 font-medium">
<i data-lucide="arrow-left" class="w-5 h-5"></i>
+
back
</a>
-
<h2 class="text-lg">round <span class="font-medium">#{{ $oneIndexedRound }}</span></h2>
+
<span class="select-none before:content-['\00B7']"></span>
+
round #{{ $oneIndexedRound }}
</div>
<div class="border-t border-gray-200 my-2"></div>
<h1 class="text-2xl mt-3">