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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-07 00:20:11 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-07 00:20:11 +0400
commit1dfd585f3ee25d80861e105827d8ecc6e004f27a (patch)
tree77e6abd733fb5ac49839367eac5f49dc5c153af6 /app
parent97e05469e284a18f6663e0b65d8f98ff8d46c1c6 (diff)
Show rails version in admin area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-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}