|
|
|
@ -10,10 +10,13 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
|
|
|
|
|
++#%> |
|
|
|
|
|
|
|
|
|
<h2><%=l(:label_information_plural)%></h2> |
|
|
|
|
<%= content_tag :h2, I18n.t('label_information_plural') %> |
|
|
|
|
<%= call_hook(:view_admin_info_top) %> |
|
|
|
|
|
|
|
|
|
<%= content_tag :h3, I18n.t('label_core_version') %> |
|
|
|
|
<p><strong><%= Redmine::Info.versioned_name %></strong> (<%= @db_adapter_name %>)</p> |
|
|
|
|
|
|
|
|
|
<%= content_tag :h3, I18n.t('label_system') %> |
|
|
|
|
<table class="list"> |
|
|
|
|
<% @checklist.each do |label, result| %> |
|
|
|
|
<tr class="<%= cycle 'odd', 'even' %>"> |
|
|
|
@ -22,5 +25,5 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
</tr> |
|
|
|
|
<% end %> |
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
<%= call_hook(:view_admin_info_bottom) %> |
|
|
|
|
<% html_title(l(:label_information_plural)) -%> |
|
|
|
|