Display branch and commit info in dashboard
This commit is contained in:
@ -4,6 +4,15 @@
|
|||||||
|
|
||||||
h1 = t('breadcrumbs.dashboard.show')
|
h1 = t('breadcrumbs.dashboard.show')
|
||||||
|
|
||||||
|
h2 Version
|
||||||
|
|
||||||
|
div
|
||||||
|
= "Branch:"
|
||||||
|
pre = `git rev-parse --abbrev-ref HEAD`
|
||||||
|
div
|
||||||
|
= "Commit:"
|
||||||
|
pre = `git log -n 1 --pretty`
|
||||||
|
|
||||||
h2 Docker
|
h2 Docker
|
||||||
|
|
||||||
- if DockerContainerPool.config[:active]
|
- if DockerContainerPool.config[:active]
|
||||||
|
Reference in New Issue
Block a user