From 1dfd585f3ee25d80861e105827d8ecc6e004f27a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 6 Dec 2013 22:20:11 +0200 Subject: [PATCH] Show rails version in admin area Signed-off-by: Dmitriy Zaporozhets --- app/views/admin/dashboard/index.html.haml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index 8a8bb887346..d5c85858049 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -130,3 +130,8 @@ Ruby %span.pull-right #{RUBY_VERSION}p#{RUBY_PATCHLEVEL} + + %p + Rails + %span.pull-right + #{Rails::VERSION::STRING} -- GitLab