mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	fix gpg tmpl (#3153)
This commit is contained in:
		@@ -16,7 +16,7 @@
 | 
			
		||||
						{{$.i18n.Tr "settings.delete_key"}}
 | 
			
		||||
					</button>
 | 
			
		||||
				</div>
 | 
			
		||||
				<i class="mega-octicon octicon-key {{if or .Expired.IsZero (.Expired.After $.PageStartTime)}}green{{end}}"></i>
 | 
			
		||||
				<i class="mega-octicon octicon-key {{if or (eq .ExpiredUnix 0) ($.PageStartTime.Before .ExpiredUnix.AsTime)}}green{{end}}"></i>
 | 
			
		||||
				<div class="content">
 | 
			
		||||
					{{range .Emails}}<strong>{{.Email}} </strong>{{end}}
 | 
			
		||||
					<div class="print meta">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user