From d0637d63dbf6cd30e9e032e3d79dab9f77a0007d Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 9 Dec 2013 16:00:06 +0200 Subject: [PATCH] Show GitLab API version on Admin#dashboard --- app/views/admin/dashboard/index.html.haml | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index d5c8585..a125e80 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -127,6 +127,10 @@ %span.pull-right = Gitlab::Shell.new.version %p + GitLab API + %span.pull-right + = API::API::version + %p Ruby %span.pull-right #{RUBY_VERSION}p#{RUBY_PATCHLEVEL} -- libgit2 0.21.2