Mercurial > hg > soundsoftware-site
annotate .svn/pristine/14/146e04b787ce58184275bdd027f7e85c4c9ff45f.svn-base @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +0100 |
parents | 038ba2d95de8 |
children |
rev | line source |
---|---|
Chris@1296 | 1 <h2><%=l(:label_information_plural)%></h2> |
Chris@1296 | 2 |
Chris@1296 | 3 <p><strong><%= Redmine::Info.versioned_name %></strong></p> |
Chris@1296 | 4 |
Chris@1296 | 5 <table class="list"> |
Chris@1296 | 6 <% @checklist.each do |label, result| %> |
Chris@1296 | 7 <tr class="<%= cycle 'odd', 'even' %>"> |
Chris@1296 | 8 <td><%= l(label) %></td> |
Chris@1296 | 9 <td width="30px"><%= image_tag((result ? 'true.png' : 'exclamation.png'), |
Chris@1296 | 10 :style => "vertical-align:bottom;") %></td> |
Chris@1296 | 11 </tr> |
Chris@1296 | 12 <% end %> |
Chris@1296 | 13 </table> |
Chris@1296 | 14 <br /> |
Chris@1296 | 15 <div class="box"> |
Chris@1296 | 16 <pre><%= Redmine::Info.environment %></pre> |
Chris@1296 | 17 </div> |
Chris@1296 | 18 |
Chris@1296 | 19 <% html_title(l(:label_information_plural)) -%> |