Commit cbbf715d30eb36f82f56cc4295c3ed3ec766abbe

Authored by Jacob Vosmaer
1 parent c5718036

Show ruby version on admin dashboard

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}
... ...