view .svn/pristine/79/798951d93ef15b8ef54ff1fdd4cd90be5520c718.svn-base @ 909:cbb26bc654de redmine-1.3

Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author Chris Cannam
date Fri, 24 Feb 2012 19:09:32 +0000
parents
children
line wrap: on
line source
<h2><%=l(:label_information_plural)%></h2>

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

<table class="list">
<% @checklist.each do |label, result| %>
  <tr class="<%= cycle 'odd', 'even' %>">
    <td><%= l(label) %></td>
    <td width="30px"><%= image_tag((result ? 'true.png' : 'exclamation.png'),
                                    :style => "vertical-align:bottom;") %></td>
  </tr>
<% end %>
</table>

<% html_title(l(:label_information_plural)) -%>