Merge pull request #215 from openHPI/feature/admin-version-number

Display branch and commit info in dashboard
This commit is contained in:
rteusner
2018-10-10 15:06:27 +02:00
committed by GitHub

View File

@ -4,6 +4,15 @@
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
- if DockerContainerPool.config[:active]