From 785825900a37ee026bc0257d00fe3977d1b30848 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 1 May 2012 14:49:53 +0000 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 --- app/views/admin/info.html.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/admin/info.html.erb b/app/views/admin/info.html.erb index 7b6843039..adfc5a7d6 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)) -%>