mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	Allow Organisations to have a E-Mail (#25082)
Resolves #25057 This adds a E-Mail field to Organisations. The E-Mail is just shown on the Profile when it is visited by a logged in User. The E-mail is not used for something else. **Screenshots:**   --------- Co-authored-by: Denys Konovalov <kontakt@denyskon.de> Co-authored-by: Denys Konovalov <privat@denyskon.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		| @@ -118,13 +118,11 @@ | ||||
|   margin-bottom: 10px; | ||||
| } | ||||
|  | ||||
| .organization.profile #org-info .meta .item { | ||||
|   display: inline-block; | ||||
|   margin-right: 10px; | ||||
| } | ||||
|  | ||||
| .organization.profile #org-info .meta .item .icon { | ||||
|   margin-right: 5px; | ||||
| .organization.profile #org-info .meta { | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|   flex-wrap: wrap; | ||||
|   gap: 8px; | ||||
| } | ||||
|  | ||||
| .organization.profile .ui.top.header .ui.right { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user