File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2727 </div>
2828 </div>
2929 {{if $ .PullMirror }}
30- <div class= " fork-flag" >{{ctx.Locale.Tr " repo.mirror_from" }} <a target= " _blank" rel= " noopener noreferrer" href= " {{$.PullMirror.RemoteAddress}}" >{{$ .PullMirror.RemoteAddress }}</a></div>
30+ <div class= " fork-flag" >
31+ {{ctx.Locale.Tr " repo.mirror_from" }}
32+ <a target= " _blank" rel= " noopener noreferrer" href= " {{$.PullMirror.RemoteAddress}}" >{{$ .PullMirror.RemoteAddress }}</a>
33+ {{ctx.Locale.Tr " repo.mirror_sync" }} {{TimeSinceUnix $ .PullMirror.UpdatedUnix ctx.Locale }}
34+ </div>
3135 {{end }}
3236 {{if .IsFork }}<div class= " fork-flag" >{{ctx.Locale.Tr " repo.forked_from" }} <a href= " {{.BaseRepo.Link}}" >{{.BaseRepo.FullName }}</a></div>{{end }}
3337 {{if .IsGenerated }}<div class= " fork-flag" >{{ctx.Locale.Tr " repo.generated_from" }} <a href= " {{(.TemplateRepo ctx).Link}}" >{{(.TemplateRepo ctx).FullName }}</a></div>{{end }}
You can’t perform that action at this time.
0 commit comments