]> source.dussan.org Git - redmine.git/commitdiff
Adds environment information display to /admin/info.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 1 May 2012 14:49:53 +0000 (14:49 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 1 May 2012 14:49:53 +0000 (14:49 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9603 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/admin/info.html.erb

index 7b6843039b6eecff2a980e1552c369d9fb81f740..adfc5a7d64a83ac55d15d13f48ba89db76306020 100644 (file)
@@ -1,6 +1,6 @@
 <h2><%=l(:label_information_plural)%></h2>
 
-<p><strong><%= Redmine::Info.versioned_name %></strong> (<%= @db_adapter_name %>)</p>
+<p><strong><%= Redmine::Info.versioned_name %></strong></p>
 
 <table class="list">
 <% @checklist.each do |label, result| %>
@@ -11,5 +11,9 @@
   </tr>
 <% end %>
 </table>
+<br />
+<div class="box">
+<pre><%= Redmine::Info.environment %></pre>
+</div>
 
 <% html_title(l(:label_information_plural)) -%>