From d4a3c78b958f77e4f0f2c56375ab9d505b00caef Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Tue, 5 May 2020 12:35:14 +0200 Subject: [PATCH] Show release information on Admin dashboard (will work in production as well) --- app/views/admin/dashboard/show.html.slim | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/views/admin/dashboard/show.html.slim b/app/views/admin/dashboard/show.html.slim index 823fea30..ae497ad5 100644 --- a/app/views/admin/dashboard/show.html.slim +++ b/app/views/admin/dashboard/show.html.slim @@ -9,12 +9,9 @@ h1 = t('breadcrumbs.dashboard.show') h2 Version -div - = "Branch:" - pre = `git rev-parse --abbrev-ref HEAD` -div - = "Commit:" - pre = `git log -n 1 --pretty` +div.mb-4 + = "Release:" + pre = Raven.configuration.release h2 Docker