@@ -170,6 +170,7 @@ func Dashboard(c *context.Context) {
// FIXME: update periodically
updateSystemStatus()
c.Data["SysStatus"] = sysStatus
+ c.Data["GitVersion"] = setting.Git.Version
c.HTML(200, DASHBOARD)
}
@@ -14,6 +14,11 @@
<br/>
Gitote:(API) - <a href="{{AppURL}}api/{{APIVer}}/users/gitote">{{APIVer}}</a>
+ Git - <a href="https://git-scm.com">{{.GitVersion}}</a>
+ <br/>
+ GoLang - <a href="https://golang.org">{{GoVer}}</a>
+ PostgreSQL - <a href="https://www.postgresql.org">{{"9.8.0"}}</a>
</h3>
</div>
<h4 class="ui top attached header">