Mercurial > hg > soundsoftware-site
annotate .svn/pristine/14/146e04b787ce58184275bdd027f7e85c4c9ff45f.svn-base @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children |
rev | line source |
---|---|
Chris@1295 | 1 <h2><%=l(:label_information_plural)%></h2> |
Chris@1295 | 2 |
Chris@1295 | 3 <p><strong><%= Redmine::Info.versioned_name %></strong></p> |
Chris@1295 | 4 |
Chris@1295 | 5 <table class="list"> |
Chris@1295 | 6 <% @checklist.each do |label, result| %> |
Chris@1295 | 7 <tr class="<%= cycle 'odd', 'even' %>"> |
Chris@1295 | 8 <td><%= l(label) %></td> |
Chris@1295 | 9 <td width="30px"><%= image_tag((result ? 'true.png' : 'exclamation.png'), |
Chris@1295 | 10 :style => "vertical-align:bottom;") %></td> |
Chris@1295 | 11 </tr> |
Chris@1295 | 12 <% end %> |
Chris@1295 | 13 </table> |
Chris@1295 | 14 <br /> |
Chris@1295 | 15 <div class="box"> |
Chris@1295 | 16 <pre><%= Redmine::Info.environment %></pre> |
Chris@1295 | 17 </div> |
Chris@1295 | 18 |
Chris@1295 | 19 <% html_title(l(:label_information_plural)) -%> |