diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-11-26 11:14:25 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-11-26 11:14:25 +0100 |
commit | cbbf715d30eb36f82f56cc4295c3ed3ec766abbe (patch) | |
tree | fc5ddba204e1e13009b448c284af343010d03969 | |
parent | c57180367c8a9e55beb378fc7d0fd3c1cc1497e5 (diff) | |
download | gitlab-ce-cbbf715d30eb36f82f56cc4295c3ed3ec766abbe.tar.gz |
Show ruby version on admin dashboard
-rw-r--r-- | app/views/admin/dashboard/index.html.haml | 4 |
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} |