mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Add "Updated" column for admin repositories list (#24429)
- Closes #12454 # Before  # After  Signed-off-by: Yarden Shoham <git@yardenshoham.com>
This commit is contained in:
		@@ -33,6 +33,7 @@
 | 
			
		||||
							{{.locale.Tr "admin.repos.size"}}
 | 
			
		||||
							{{SortArrow "size" "reversesize" $.SortType false}}
 | 
			
		||||
						</th>
 | 
			
		||||
						<th>{{.locale.Tr "admin.auths.updated"}}</th>
 | 
			
		||||
						<th>{{.locale.Tr "admin.users.created"}}</th>
 | 
			
		||||
						<th>{{.locale.Tr "admin.notices.op"}}</th>
 | 
			
		||||
					</tr>
 | 
			
		||||
@@ -80,6 +81,7 @@
 | 
			
		||||
							<td>{{.NumForks}}</td>
 | 
			
		||||
							<td>{{.NumIssues}}</td>
 | 
			
		||||
							<td>{{FileSize .Size}}</td>
 | 
			
		||||
							<td>{{DateTime "short" .UpdatedUnix}}</td>
 | 
			
		||||
							<td>{{DateTime "short" .CreatedUnix}}</td>
 | 
			
		||||
							<td><a class="delete-button" href="" data-url="{{$.Link}}/delete?page={{$.Page.Paginater.Current}}&sort={{$.SortType}}" data-id="{{.ID}}" data-name="{{.Name}}">{{svg "octicon-trash"}}</a></td>
 | 
			
		||||
						</tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user