mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Remove colaborative repo panel
This commit is contained in:
		@@ -46,29 +46,6 @@
 | 
			
		||||
							{{end}}
 | 
			
		||||
						</ul>
 | 
			
		||||
					</div>
 | 
			
		||||
 | 
			
		||||
					{{if not .ContextUser.IsOrganization}}
 | 
			
		||||
						<h4 class="ui top attached header">
 | 
			
		||||
							{{.i18n.Tr "home.collaborative_repos"}}
 | 
			
		||||
						</h4>
 | 
			
		||||
						<div class="ui attached table segment">
 | 
			
		||||
							<ul id="collaborative-repo-list">
 | 
			
		||||
								{{range .CollaborativeRepos}}
 | 
			
		||||
									<li {{if .IsPrivate}}class="private"{{end}}>
 | 
			
		||||
										<a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">
 | 
			
		||||
											<i class="octicon octicon-{{if .IsPrivate}}lock{{else if .IsFork}}repo-forked{{else if .IsMirror}}repo-clone{{else}}repo{{end}}"></i>
 | 
			
		||||
											<span class="text truncate owner-and-repo">
 | 
			
		||||
												<span class="text truncate owner-name">{{.Owner.Name}}</span> / <strong>{{.Name}}</strong>
 | 
			
		||||
											</span>
 | 
			
		||||
											<span class="ui right text light grey">
 | 
			
		||||
												{{.NumStars}} <i class="octicon octicon-star rear"></i>
 | 
			
		||||
											</span>
 | 
			
		||||
										</a>
 | 
			
		||||
									</li>
 | 
			
		||||
								{{end}}
 | 
			
		||||
							</ul>
 | 
			
		||||
						</div>
 | 
			
		||||
					{{end}}
 | 
			
		||||
				</div>
 | 
			
		||||
 | 
			
		||||
				{{if not .ContextUser.IsOrganization}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user