Commit 32782a7f authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

added back database adapter name on admin/info

git-svn-id: http://redmine.rubyforge.org/svn/trunk@262 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 4f2d74e2
......@@ -51,5 +51,6 @@ class AdminController < ApplicationController
end
def info
@db_adapter_name = ActiveRecord::Base.connection.adapter_name
end
end
<h2><%=l(:label_information_plural)%></h2>
<p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong></p>
\ No newline at end of file
<p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong> (<%= @db_adapter_name %>)</p>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment