mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 12:53:43 +01:00 
			
		
		
		
	Undo change in templates/explore/repo_list.tmpl
This commit is contained in:
		
							parent
							
								
									532f9fdd99
								
							
						
					
					
						commit
						29c3e9f428
					
				@ -3,10 +3,10 @@
 | 
			
		||||
		<div class="item">
 | 
			
		||||
			<div class="ui header">
 | 
			
		||||
				<a class="name" href="{{AppSubUrl}}/{{if .Owner}}{{.Owner.Name}}{{else if $.Org}}{{$.Org.Name}}{{else}}{{$.Owner.Name}}{{end}}/{{.Name}}">{{if $.PageIsExplore}}{{.Owner.Name}} / {{end}}{{.Name}}</a>
 | 
			
		||||
				{{if .IsFork}}
 | 
			
		||||
					<span><i class="icon octicon octicon-repo-forked"></i></span>
 | 
			
		||||
				{{else if .IsPrivate}}
 | 
			
		||||
				{{if .IsPrivate}}
 | 
			
		||||
					<span class="text gold"><i class="icon octicon octicon-lock"></i></span>
 | 
			
		||||
				{{else if .IsFork}}
 | 
			
		||||
					<span><i class="icon octicon octicon-repo-forked"></i></span>
 | 
			
		||||
				{{else if .IsMirror}}
 | 
			
		||||
					<span><i class="icon octicon octicon-repo-clone"></i></span>
 | 
			
		||||
				{{end}}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user