summaryrefslogtreecommitdiffstats
path: root/app/views/admin
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-05-01 14:49:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-05-01 14:49:53 +0000
commit785825900a37ee026bc0257d00fe3977d1b30848 (patch)
treeb5eadd1061fa996719106aaba23a6a871b5da835 /app/views/admin
parent017d974dd8d5c092b5bd5d496096bb7126a185f1 (diff)
downloadredmine-785825900a37ee026bc0257d00fe3977d1b30848.tar.gz
redmine-785825900a37ee026bc0257d00fe3977d1b30848.zip
Adds environment information display to /admin/info.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9603 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/info.html.erb6
1 files changed, 5 insertions, 1 deletions
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 @@
<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)) -%>