From 785825900a37ee026bc0257d00fe3977d1b30848 2012-05-01 14:49:53 From: Jean-Philippe Lang Date: 2012-05-01 14:49:53 Subject: [PATCH] Adds environment information display to /admin/info. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9603 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/admin/info.html.erb b/app/views/admin/info.html.erb index 7b68430..adfc5a7 100644 --- a/app/views/admin/info.html.erb +++ b/app/views/admin/info.html.erb @@ -1,6 +1,6 @@

<%=l(:label_information_plural)%>

-

<%= Redmine::Info.versioned_name %> (<%= @db_adapter_name %>)

+

<%= Redmine::Info.versioned_name %>

<% @checklist.each do |label, result| %> @@ -11,5 +11,9 @@ <% end %>
+
+
+
<%= Redmine::Info.environment %>
+
<% html_title(l(:label_information_plural)) -%>