forked from tangled.org/core
this repo has no description

appview/pulls: improve nav in patch view

authored by anirudh.fi and committed by oppi.li b9acb5a8 b59744ac

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