diff --git a/app/views/admin/dashboard/show.html.slim b/app/views/admin/dashboard/show.html.slim
index 805f7819..c09c7f82 100644
--- a/app/views/admin/dashboard/show.html.slim
+++ b/app/views/admin/dashboard/show.html.slim
@@ -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]