summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-09 16:00:06 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-09 16:00:06 +0200
commitd0637d63dbf6cd30e9e032e3d79dab9f77a0007d (patch)
tree54b3ce24894ffc1e04659aeca86b497a0728ba18 /app/views/admin/dashboard
parentdbf8ae7301b50d1652ce1ccbf974e8b8ac88ffd3 (diff)
downloadgitlab-ce-d0637d63dbf6cd30e9e032e3d79dab9f77a0007d.tar.gz
Show GitLab API version on Admin#dashboard
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.haml4
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 d5c85858049..a125e80c8f7 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}