mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Fix #799 by adding a tooltip for all dates in all settings/panels
This commit is contained in:
		@@ -37,7 +37,7 @@
 | 
			
		||||
					                            <td><i class="fa fa{{if .IsActive}}-check{{end}}-square-o"></i></td>
 | 
			
		||||
					                            <td><i class="fa fa{{if .IsAdmin}}-check{{end}}-square-o"></i></td>
 | 
			
		||||
					                            <td>{{.NumRepos}}</td>
 | 
			
		||||
					                            <td>{{DateFormat .Created "M d, Y"}}</td>
 | 
			
		||||
					                            <td><span title="{{DateFormat .Created "r"}}">{{DateFormat .Created "M d, Y"}}</span></td>
 | 
			
		||||
					                            <td><a href="{{AppSubUrl}}/admin/users/{{.Id}}"><i class="fa fa-pencil-square-o"></i></a></td>
 | 
			
		||||
					                        </tr>
 | 
			
		||||
					                        {{end}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user