Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-11-26 14:14:25 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-11-26 14:14:25 +0400
commitcbbf715d30eb36f82f56cc4295c3ed3ec766abbe (patch)
treefc5ddba204e1e13009b448c284af343010d03969 /app
parentc57180367c8a9e55beb378fc7d0fd3c1cc1497e5 (diff)
Show ruby version on admin dashboard
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/dashboard/index.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index 9cd909611bc..8a8bb887346 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}