From cbbf715d30eb36f82f56cc4295c3ed3ec766abbe Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 26 Nov 2013 11:14:25 +0100 Subject: [PATCH] Show ruby version on admin dashboard --- app/views/admin/dashboard/index.html.haml | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index 9cd9096..8a8bb88 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -126,3 +126,7 @@ GitLab Shell %span.pull-right = Gitlab::Shell.new.version + %p + Ruby + %span.pull-right + #{RUBY_VERSION}p#{RUBY_PATCHLEVEL} -- libgit2 0.21.2