mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	@@ -91,7 +91,7 @@
 | 
				
			|||||||
							<td>{{$.locale.Tr "repo.settings.mirror_settings.direction.pull"}}</td>
 | 
												<td>{{$.locale.Tr "repo.settings.mirror_settings.direction.pull"}}</td>
 | 
				
			||||||
							<td>{{DateTime "full" .Mirror.UpdatedUnix}}</td>
 | 
												<td>{{DateTime "full" .Mirror.UpdatedUnix}}</td>
 | 
				
			||||||
							<td class="right aligned">
 | 
												<td class="right aligned">
 | 
				
			||||||
								<form method="post gt-dib">
 | 
													<form method="post" class="gt-dib">
 | 
				
			||||||
									{{.CsrfTokenHtml}}
 | 
														{{.CsrfTokenHtml}}
 | 
				
			||||||
									<input type="hidden" name="action" value="mirror-sync">
 | 
														<input type="hidden" name="action" value="mirror-sync">
 | 
				
			||||||
									<button class="ui primary tiny button inline text-thin">{{$.locale.Tr "repo.settings.sync_mirror"}}</button>
 | 
														<button class="ui primary tiny button inline text-thin">{{$.locale.Tr "repo.settings.sync_mirror"}}</button>
 | 
				
			||||||
@@ -169,13 +169,13 @@
 | 
				
			|||||||
							<td>{{$.locale.Tr "repo.settings.mirror_settings.direction.push"}}</td>
 | 
												<td>{{$.locale.Tr "repo.settings.mirror_settings.direction.push"}}</td>
 | 
				
			||||||
							<td>{{if .LastUpdateUnix}}{{DateTime "full" .LastUpdateUnix}}{{else}}{{$.locale.Tr "never"}}{{end}} {{if .LastError}}<div class="ui red label" data-tooltip-content="{{.LastError}}">{{$.locale.Tr "error"}}</div>{{end}}</td>
 | 
												<td>{{if .LastUpdateUnix}}{{DateTime "full" .LastUpdateUnix}}{{else}}{{$.locale.Tr "never"}}{{end}} {{if .LastError}}<div class="ui red label" data-tooltip-content="{{.LastError}}">{{$.locale.Tr "error"}}</div>{{end}}</td>
 | 
				
			||||||
							<td class="right aligned">
 | 
												<td class="right aligned">
 | 
				
			||||||
								<form method="post gt-dib">
 | 
													<form method="post" class="gt-dib">
 | 
				
			||||||
									{{$.CsrfTokenHtml}}
 | 
														{{$.CsrfTokenHtml}}
 | 
				
			||||||
									<input type="hidden" name="action" value="push-mirror-remove">
 | 
														<input type="hidden" name="action" value="push-mirror-remove">
 | 
				
			||||||
									<input type="hidden" name="push_mirror_id" value="{{.ID}}">
 | 
														<input type="hidden" name="push_mirror_id" value="{{.ID}}">
 | 
				
			||||||
									<button class="ui basic red tiny button inline text-thin">{{$.locale.Tr "remove"}}</button>
 | 
														<button class="ui basic red tiny button inline text-thin">{{$.locale.Tr "remove"}}</button>
 | 
				
			||||||
								</form>
 | 
													</form>
 | 
				
			||||||
								<form method="post gt-dib">
 | 
													<form method="post" class="gt-dib">
 | 
				
			||||||
									{{$.CsrfTokenHtml}}
 | 
														{{$.CsrfTokenHtml}}
 | 
				
			||||||
									<input type="hidden" name="action" value="push-mirror-sync">
 | 
														<input type="hidden" name="action" value="push-mirror-sync">
 | 
				
			||||||
									<input type="hidden" name="push_mirror_id" value="{{.ID}}">
 | 
														<input type="hidden" name="push_mirror_id" value="{{.ID}}">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user