Mercurial > hg > soundsoftware-site
view .svn/pristine/14/146e04b787ce58184275bdd027f7e85c4c9ff45f.svn-base @ 1296:038ba2d95de8 redmine-2.2
Fix redmine-2.2 branch update (add missing svn files)
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:05:06 +0100 |
parents | |
children |
line wrap: on
line source
<h2><%=l(:label_information_plural)%></h2> <p><strong><%= Redmine::Info.versioned_name %></strong></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> <br /> <div class="box"> <pre><%= Redmine::Info.environment %></pre> </div> <% html_title(l(:label_information_plural)) -%>