Commit bc82b2f803a0503965258cd7c32b2893b717ce19

Authored by Dmitriy Zaporozhets
2 parents a7e1290a d0637d63

Merge branch 'feature/api_version_admin' of /home/git/repositories/gitlab/gitlabhq

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/views/admin/dashboard/index.html.haml
... ... @@ -127,6 +127,10 @@
127 127 %span.pull-right
128 128 = Gitlab::Shell.new.version
129 129 %p
  130 + GitLab API
  131 + %span.pull-right
  132 + = API::API::version
  133 + %p
130 134 Ruby
131 135 %span.pull-right
132 136 #{RUBY_VERSION}p#{RUBY_PATCHLEVEL}
... ...