Show release information on Admin dashboard (will work in production as well)
This commit is contained in:
@ -9,12 +9,9 @@ h1 = t('breadcrumbs.dashboard.show')
|
|||||||
|
|
||||||
h2 Version
|
h2 Version
|
||||||
|
|
||||||
div
|
div.mb-4
|
||||||
= "Branch:"
|
= "Release:"
|
||||||
pre = `git rev-parse --abbrev-ref HEAD`
|
pre = Raven.configuration.release
|
||||||
div
|
|
||||||
= "Commit:"
|
|
||||||
pre = `git log -n 1 --pretty`
|
|
||||||
|
|
||||||
h2 Docker
|
h2 Docker
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user