diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-14 04:11:33 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-14 04:11:33 -0400 |
commit | c36e7d322e74a55749ce2c2934c6fcfa82cff274 (patch) | |
tree | dbd2c05336815be91f1c59d654ce6f6f24d72872 /templates/admin | |
parent | 57f84fb0516d46b27c60554730956f0c9dff68dd (diff) | |
download | gitea-c36e7d322e74a55749ce2c2934c6fcfa82cff274.tar.gz gitea-c36e7d322e74a55749ce2c2934c6fcfa82cff274.zip |
Mirror updates
Diffstat (limited to 'templates/admin')
-rw-r--r-- | templates/admin/dashboard.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index 2334c676d9..76539842d2 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -9,7 +9,7 @@ </div> <div class="panel-body"> - Gogs database has <b>{{.Stats.Counter.User}}</b> users, <b>{{.Stats.Counter.PublicKey}}</b> SSH keys, <b>{{.Stats.Counter.Repo}}</b> repositories, <b>{{.Stats.Counter.Watch}}</b> watches, <b>{{.Stats.Counter.Action}}</b> actions, and <b>{{.Stats.Counter.Access}}</b> accesses. + Gogs database has <b>{{.Stats.Counter.User}}</b> users, <b>{{.Stats.Counter.PublicKey}}</b> SSH keys, <b>{{.Stats.Counter.Repo}}</b> repositories, <b>{{.Stats.Counter.Watch}}</b> watches, <b>{{.Stats.Counter.Action}}</b> actions, <b>{{.Stats.Counter.Access}}</b> accesses, <b>{{.Stats.Counter.Issue}}</b> issues, <b>{{.Stats.Counter.Comment}}</b> comments, <b>{{.Stats.Counter.Mirror}}</b> mirrors, <b>{{.Stats.Counter.Oauth}}</b> oauthes, <b>{{.Stats.Counter.Release}}</b> releases. </div> </div> |