Fix Pull Mirror out-of-sync bugs (#24732) (#24733)

Backport #24732

Bug-fix only

(cherry picked from commit 6ecd2e782f850fe4f27d32bf4b69137f07a8f254)
This commit is contained in:
wxiaoguang 2023-05-16 02:30:21 +08:00 committed by Earl Warren
parent f9bf040a5a
commit f37fba567a
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
{{end}}
</div>
</div>
{{if $.IsPullMirror}}
{{if and $.IsPullMirror $.Mirror}}
{{$address := MirrorRemoteAddress $.Context . $.Mirror.GetRemoteName false}}
<div class="fork-flag">{{$.locale.Tr "repo.mirror_from"}} <a target="_blank" rel="noopener noreferrer" href="{{$address.Address}}">{{$address.Address}}</a></div>
{{end}}

View file

@ -88,7 +88,7 @@
</tr>
</thead>
{{end}}
{{if .Repository.IsMirror}}
{{if and .Repository.IsMirror .Mirror}}
<tbody>
<tr>
<td>{{(MirrorRemoteAddress $.Context .Repository .Mirror.GetRemoteName false).Address}}</td>