mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Add org visibility label to non-organization's dashboard (#24558)
This commit is contained in:
		@@ -131,6 +131,9 @@
 | 
			
		||||
              <div class="text truncate item-name gt-f1">
 | 
			
		||||
                <svg-icon name="octicon-organization" :size="16" class-name="gt-mr-2"/>
 | 
			
		||||
                <strong>{{ org.name }}</strong>
 | 
			
		||||
                <span class="ui tiny basic label gt-ml-3" v-if="org.org_visibility !== 'public'">
 | 
			
		||||
                  {{ org.org_visibility === 'limited' ? textOrgVisibilityLimited: textOrgVisibilityPrivate }}
 | 
			
		||||
                </span>
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="text light grey gt-df gt-ac">
 | 
			
		||||
                {{ org.num_repos }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user