mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	#2156 admin able to edit organization max repo creation
This commit is contained in:
		@@ -92,6 +92,8 @@
 | 
			
		||||
							</div>
 | 
			
		||||
						</div>
 | 
			
		||||
 | 
			
		||||
						<div class="ui divider"></div>
 | 
			
		||||
 | 
			
		||||
						<div class="field">
 | 
			
		||||
							<button class="ui green button">{{.i18n.Tr "admin.users.update_profile"}}</button>
 | 
			
		||||
							<div class="ui red button delete-button" data-url="{{$.Link}}/delete" data-id="{{.User.Id}}">{{.i18n.Tr "admin.users.delete_account"}}</div>
 | 
			
		||||
 
 | 
			
		||||
@@ -35,7 +35,7 @@
 | 
			
		||||
									<td><i class="fa fa{{if .IsAdmin}}-check{{end}}-square-o"></i></td>
 | 
			
		||||
									<td>{{.NumRepos}}</td>
 | 
			
		||||
									<td><span title="{{DateFmtLong .Created}}">{{DateFmtShort .Created }}</span></td>
 | 
			
		||||
									<td><a href="{{AppSubUrl}}/admin/users/{{.Id}}"><i class="fa fa-pencil-square-o"></i></a></td>
 | 
			
		||||
									<td><a href="{{$.Link}}/{{.Id}}"><i class="fa fa-pencil-square-o"></i></a></td>
 | 
			
		||||
								</tr>
 | 
			
		||||
							{{end}}
 | 
			
		||||
						</tbody>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user