forked from tangled.org/core
A fork of tangled.org/core to hack on

appview: pages: Update PRCompare fork titles

Show fork titles in owner/repo format, otherwise if you have collaborator
access to multiple forks of the same repo (in which the forks have the
same title) it may be hard to differentiate

Signed-off-by: Samuel Shuert <me@thecoded.prof>

Changed files
+1 -1
appview
pages
templates
repo
pulls
+1 -1
appview/pages/templates/repo/pulls/fragments/pullCompareForks.html
··· 20 20 <option disabled selected>select a fork</option> 21 21 {{ range .Forks }} 22 22 <option value="{{ .Name }}" {{ if eq .Name $.Selected }}selected{{ end }} class="py-1"> 23 - {{ .Name }} 23 + {{ .Did | resolve }}/{{ .Name }} 24 24 </option> 25 25 {{ end }} 26 26 </select>