Mercurial > hg > soundsoftware-site
annotate .svn/pristine/3b/3be6fd0d486a6e17b661fab21dd1711cec95c05e.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 11 Sep 2014 10:24:38 +0100 |
parents | 261b3d9a4903 |
children |
rev | line source |
---|---|
Chris@1464 | 1 <h2><%=l(:label_information_plural)%></h2> |
Chris@1464 | 2 |
Chris@1464 | 3 <p><strong><%= Redmine::Info.versioned_name %></strong></p> |
Chris@1464 | 4 |
Chris@1464 | 5 <table class="list"> |
Chris@1464 | 6 <% @checklist.each do |label, result| %> |
Chris@1464 | 7 <tr class="<%= cycle 'odd', 'even' %>"> |
Chris@1464 | 8 <td class="name"><%= l(label) %></td> |
Chris@1464 | 9 <td class="tick"><%= image_tag((result ? 'true.png' : 'exclamation.png'), |
Chris@1464 | 10 :style => "vertical-align:bottom;") %></td> |
Chris@1464 | 11 </tr> |
Chris@1464 | 12 <% end %> |
Chris@1464 | 13 </table> |
Chris@1464 | 14 <br /> |
Chris@1464 | 15 <div class="box"> |
Chris@1464 | 16 <pre><%= Redmine::Info.environment %></pre> |
Chris@1464 | 17 </div> |
Chris@1464 | 18 |
Chris@1464 | 19 <% html_title(l(:label_information_plural)) -%> |