Selaa lähdekoodia

typo and README

tags/v0.9.99
Unknwon 8 vuotta sitten
vanhempi
commit
10de16beb0
2 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 4
    0
      README.md
  2. 1
    1
      routers/admin/admin.go

+ 4
- 0
README.md Näytä tiedosto



- [Instalando Gogs no Ubuntu](http://blog.linuxpro.com.br/2015/08/14/instalando-gogs-no-ubuntu/) (Português) - [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 ## Acknowledgments


- Router and middleware mechanism of [Macaron](https://github.com/Unknwon/macaron). - Router and middleware mechanism of [Macaron](https://github.com/Unknwon/macaron).

+ 1
- 1
routers/admin/admin.go Näytä tiedosto

} }


func Config(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["PageIsAdmin"] = true
ctx.Data["PageIsAdminConfig"] = true ctx.Data["PageIsAdminConfig"] = true



Loading…
Peruuta
Tallenna