mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	typo and README
This commit is contained in:
		@@ -99,6 +99,10 @@ There are 5 ways to install Gogs:
 | 
			
		||||
 | 
			
		||||
- [Instalando Gogs no Ubuntu](http://blog.linuxpro.com.br/2015/08/14/instalando-gogs-no-ubuntu/) (Português)
 | 
			
		||||
 | 
			
		||||
### Deploy to Cloud
 | 
			
		||||
 | 
			
		||||
- [OpenShift](https://github.com/tkisme/gogs-openshift)
 | 
			
		||||
 | 
			
		||||
## Acknowledgments
 | 
			
		||||
 | 
			
		||||
- Router and middleware mechanism of [Macaron](https://github.com/Unknwon/macaron).
 | 
			
		||||
 
 | 
			
		||||
@@ -171,7 +171,7 @@ func Dashboard(ctx *middleware.Context) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func Config(ctx *middleware.Context) {
 | 
			
		||||
	ctx.Data["Title"] = ctx.Tr("admin.users")
 | 
			
		||||
	ctx.Data["Title"] = ctx.Tr("admin.config")
 | 
			
		||||
	ctx.Data["PageIsAdmin"] = true
 | 
			
		||||
	ctx.Data["PageIsAdminConfig"] = true
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user