##// END OF EJS Templates
added back database adapter name on admin/info...
Jean-Philippe Lang -
r259:32782a7f9fd4
parent child
Show More
@@ -51,5 +51,6 class AdminController < ApplicationController
51 end
51 end
52
52
53 def info
53 def info
54 @db_adapter_name = ActiveRecord::Base.connection.adapter_name
54 end
55 end
55 end
56 end
@@ -1,3 +1,3
1 <h2><%=l(:label_information_plural)%></h2>
1 <h2><%=l(:label_information_plural)%></h2>
2
2
3 <p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong></p> No newline at end of file
3 <p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong> (<%= @db_adapter_name %>)</p> No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now