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-09 21:54:54 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-09 21:54:54 +0400
commitbc82b2f803a0503965258cd7c32b2893b717ce19 (patch)
tree54126321b863052c0748cb88a8a5805c796b748c /app
parenta7e1290a676ce3d7870d88e2e5328c65293279a0 (diff)
parentd0637d63dbf6cd30e9e032e3d79dab9f77a0007d (diff)
Merge branch 'feature/api_version_admin' of /home/git/repositories/gitlab/gitlabhq
Diffstat (limited to 'app')
-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}