summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-06 22:20:11 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-06 22:20:11 +0200
commit1dfd585f3ee25d80861e105827d8ecc6e004f27a (patch)
tree77e6abd733fb5ac49839367eac5f49dc5c153af6 /app/views/admin/dashboard
parent97e05469e284a18f6663e0b65d8f98ff8d46c1c6 (diff)
downloadgitlab-ce-1dfd585f3ee25d80861e105827d8ecc6e004f27a.tar.gz
Show rails version in admin area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/dashboard')
-rw-r--r--app/views/admin/dashboard/index.html.haml5
1 files changed, 5 insertions, 0 deletions
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}