added back database adapter name on admin/info
git-svn-id: http://redmine.rubyforge.org/svn/trunk@262 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4f2d74e25f
commit
32782a7f9f
|
@ -51,5 +51,6 @@ class AdminController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def info
|
def info
|
||||||
|
@db_adapter_name = ActiveRecord::Base.connection.adapter_name
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<h2><%=l(:label_information_plural)%></h2>
|
<h2><%=l(:label_information_plural)%></h2>
|
||||||
|
|
||||||
<p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong></p>
|
<p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong> (<%= @db_adapter_name %>)</p>
|
Loading…
Reference in New Issue