Explorar el Código

Adds environment information display to /admin/info.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9603 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.0.0
Jean-Philippe Lang hace 12 años
padre
commit
785825900a
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      app/views/admin/info.html.erb

+ 5
- 1
app/views/admin/info.html.erb Ver fichero

@@ -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)) -%>

Cargando…
Cancelar
Guardar