Mercurial > hg > soundsoftware-site
comparison .svn/pristine/14/146e04b787ce58184275bdd027f7e85c4c9ff45f.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 <h2><%=l(:label_information_plural)%></h2> | |
2 | |
3 <p><strong><%= Redmine::Info.versioned_name %></strong></p> | |
4 | |
5 <table class="list"> | |
6 <% @checklist.each do |label, result| %> | |
7 <tr class="<%= cycle 'odd', 'even' %>"> | |
8 <td><%= l(label) %></td> | |
9 <td width="30px"><%= image_tag((result ? 'true.png' : 'exclamation.png'), | |
10 :style => "vertical-align:bottom;") %></td> | |
11 </tr> | |
12 <% end %> | |
13 </table> | |
14 <br /> | |
15 <div class="box"> | |
16 <pre><%= Redmine::Info.environment %></pre> | |
17 </div> | |
18 | |
19 <% html_title(l(:label_information_plural)) -%> |