Show release information on Admin dashboard (will work in production as well)

This commit is contained in:
Sebastian Serth
2020-05-05 12:35:14 +02:00
parent 8e8404dffa
commit d4a3c78b95

View File

@ -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