annotate .svn/pristine/79/798951d93ef15b8ef54ff1fdd4cd90be5520c718.svn-base @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 <h2><%=l(:label_information_plural)%></h2>
Chris@909 2
Chris@909 3 <p><strong><%= Redmine::Info.versioned_name %></strong> (<%= @db_adapter_name %>)</p>
Chris@909 4
Chris@909 5 <table class="list">
Chris@909 6 <% @checklist.each do |label, result| %>
Chris@909 7 <tr class="<%= cycle 'odd', 'even' %>">
Chris@909 8 <td><%= l(label) %></td>
Chris@909 9 <td width="30px"><%= image_tag((result ? 'true.png' : 'exclamation.png'),
Chris@909 10 :style => "vertical-align:bottom;") %></td>
Chris@909 11 </tr>
Chris@909 12 <% end %>
Chris@909 13 </table>
Chris@909 14
Chris@909 15 <% html_title(l(:label_information_plural)) -%>