Undo change in templates/explore/repo_list.tmpl
This commit is contained in:
		
					parent
					
						
							
								532f9fdd99
							
						
					
				
			
			
				commit
				
					
						29c3e9f428
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue