summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard
diff options
context:
space:
mode:
authorTrey Davis <trey@pogoseat.com>2015-12-14 17:30:55 -0800
committerTrey Davis <trey@pogoseat.com>2015-12-15 08:02:19 -0800
commit75ad9fff4e1293776e077b402b7e0bfcff3391d0 (patch)
tree94afefa9ccbd676d6d344be58dc752db97db10f6 /app/views/admin/dashboard
parent2b4a3bc524c0db3f6e4e3d2b2f34ec29e358b240 (diff)
downloadgitlab-ce-75ad9fff4e1293776e077b402b7e0bfcff3391d0.tar.gz
Show git version on admin page
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 8657d2c71fe..531247e9148 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -80,6 +80,10 @@
%span.pull-right
= API::API::version
%p
+ Git
+ %span.pull-right
+ = Gitlab::Git.version
+ %p
Ruby
%span.pull-right
#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}