Commit 58f69f0f4ae68de33c73f800bd0ca180a946e9a4

Authored by Dmitriy Zaporozhets
2 parents c5718036 cbbf715d

Merge branch 'show_ruby_version' 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
... ... @@ -126,3 +126,7 @@
126 126 GitLab Shell
127 127 %span.pull-right
128 128 = Gitlab::Shell.new.version
  129 + %p
  130 + Ruby
  131 + %span.pull-right
  132 + #{RUBY_VERSION}p#{RUBY_PATCHLEVEL}
... ...