mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 18:12:20 +01:00 
			
		
		
		
	Hide the create organization button (in dashboard/organization section) (#1705)
when the user has no such permission.
This commit is contained in:
		
							parent
							
								
									397474ecb1
								
							
						
					
					
						commit
						2cf80f4b18
					
				| @ -76,10 +76,12 @@ | ||||
| 						<h4 class="ui top attached header"> | ||||
| 							{{.i18n.Tr "home.my_orgs"}} <span class="ui grey label">{{.ContextUser.GetOrganizationCount}}</span> | ||||
| 							<div class="ui right"> | ||||
| 								{{if .SignedUser.CanCreateOrganization}} | ||||
| 								<a class="poping up" href="{{AppSubUrl}}/org/create" data-content="{{.i18n.Tr "new_org"}}" data-variation="tiny inverted" data-position="left center"> | ||||
| 									<i class="plus icon"></i> | ||||
| 									<span class="sr-only">{{.i18n.Tr "new_org"}}</span> | ||||
| 								</a> | ||||
| 								{{end}} | ||||
| 							</div> | ||||
| 						</h4> | ||||
| 						<div class="ui attached table segment"> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user