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