Commit d0637d63dbf6cd30e9e032e3d79dab9f77a0007d
1 parent
dbf8ae73
Exists in
master
and in
4 other branches
Show GitLab API version on Admin#dashboard
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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,6 +127,10 @@ | ||
127 | %span.pull-right | 127 | %span.pull-right |
128 | = Gitlab::Shell.new.version | 128 | = Gitlab::Shell.new.version |
129 | %p | 129 | %p |
130 | + GitLab API | ||
131 | + %span.pull-right | ||
132 | + = API::API::version | ||
133 | + %p | ||
130 | Ruby | 134 | Ruby |
131 | %span.pull-right | 135 | %span.pull-right |
132 | #{RUBY_VERSION}p#{RUBY_PATCHLEVEL} | 136 | #{RUBY_VERSION}p#{RUBY_PATCHLEVEL} |