1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 04:28:21 +00:00

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

Backport #24732 

Bug-fix only
This commit is contained in:
wxiaoguang
2023-05-16 02:30:21 +08:00
committed by GitHub
parent 2fea93b2d3
commit 6ecd2e782f
2 changed files with 2 additions and 2 deletions

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>