Commit 1dfd585f3ee25d80861e105827d8ecc6e004f27a

Authored by Dmitriy Zaporozhets
1 parent 97e05469

Show rails version in admin area

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
app/views/admin/dashboard/index.html.haml
... ... @@ -130,3 +130,8 @@
130 130 Ruby
131 131 %span.pull-right
132 132 #{RUBY_VERSION}p#{RUBY_PATCHLEVEL}
  133 +
  134 + %p
  135 + Rails
  136 + %span.pull-right
  137 + #{Rails::VERSION::STRING}
... ...