removed environment information
git-svn-id: http://redmine.rubyforge.org/svn/trunk@202 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
99c560295f
commit
ec7ac956e4
|
@ -51,6 +51,5 @@ class AdminController < ApplicationController
|
|||
end
|
||||
|
||||
def info
|
||||
@adapter_name = ActiveRecord::Base.connection.adapter_name
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
<h2><%=l(:label_information_plural)%></h2>
|
||||
|
||||
<p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong></p>
|
||||
|
||||
<%=l(:label_environment)%>:
|
||||
<ul>
|
||||
<% Rails::Info.properties.each do |name, value| %>
|
||||
<li><%= name %>: <%= value %></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
<p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong></p>
|
Loading…
Reference in New Issue