bd3458da6e
git-svn-id: http://redmine.rubyforge.org/svn/trunk@170 e93f8b46-1217-0410-a6f0-8f06a7374b81
10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
<h2><%=l(:label_information_plural)%></h2>
|
|
|
|
<p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong></p>
|
|
|
|
<%=l(:label_environment)%>:
|
|
<ul>
|
|
<% Rails::Info.properties.each do |name, value| %>
|
|
<li><%= name %>: <%= value %></li>
|
|
<% end %>
|
|
</ul> |