<%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%> <%= content_tag :h2, I18n.t('label_information_plural') %> <%= call_hook(:view_admin_info_top) %> <%= content_tag :h3, I18n.t('label_core_version') %>

<%= Redmine::Info.versioned_name %> (<%= @db_adapter_name %>)

<%= content_tag :h3, I18n.t('label_system') %> <% @checklist.each do |label, result| %> <% end %>
<%= l(label) %> <%= image_tag((result ? 'check.png' : 'error.png'), :style => "vertical-align:bottom;", :alt => (result ? l(:general_text_Yes) : l(:general_text_No))) %>
<%= call_hook(:view_admin_info_bottom) %> <% html_title(l(:label_information_plural)) -%>