mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 20:36:07 +01:00 
			
		
		
		
	@@ -3,7 +3,7 @@ Gogs - Go Git Service [
 | 
			
		||||
 | 
			
		||||
##### Current version: 0.8.20
 | 
			
		||||
##### Current version: 0.8.21
 | 
			
		||||
 | 
			
		||||
| Web | UI  | Preview  |
 | 
			
		||||
|:-------------:|:-------:|:-------:|
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							@@ -17,7 +17,7 @@ import (
 | 
			
		||||
	"github.com/gogits/gogs/modules/setting"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const APP_VER = "0.8.20.0111"
 | 
			
		||||
const APP_VER = "0.8.21.0114"
 | 
			
		||||
 | 
			
		||||
func init() {
 | 
			
		||||
	runtime.GOMAXPROCS(runtime.NumCPU())
 | 
			
		||||
 
 | 
			
		||||
@@ -1 +1 @@
 | 
			
		||||
0.8.20.0111
 | 
			
		||||
0.8.21.0114
 | 
			
		||||
@@ -59,7 +59,7 @@
 | 
			
		||||
							*/}}
 | 
			
		||||
							<li>
 | 
			
		||||
								{{range .Orgs}}
 | 
			
		||||
									<a href="{{.HomeLink}}"><img class="ui mini image" src="{{.AvatarLink}}"></a>
 | 
			
		||||
									<a href="{{.HomeLink}}"><img class="ui mini image poping up" src="{{.AvatarLink}}" data-content="{{.Name}}" data-position="top center" data-variation="mini inverted"></a>
 | 
			
		||||
								{{end}}
 | 
			
		||||
							</li>
 | 
			
		||||
							{{if and .IsSigned (ne .SignedUserName .Owner.Name)}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user