Mercurial > hg > soundsoftware-site
comparison app/views/admin/.svn/text-base/info.rhtml.svn-base @ 441:cbce1fd3b1b7 redmine-1.2
Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author | Chris Cannam |
---|---|
date | Mon, 06 Jun 2011 14:24:13 +0100 |
parents | 513646585e45 |
children |
comparison
equal
deleted
inserted
replaced
245:051f544170fe | 441:cbce1fd3b1b7 |
---|---|
2 | 2 |
3 <p><strong><%= Redmine::Info.versioned_name %></strong> (<%= @db_adapter_name %>)</p> | 3 <p><strong><%= Redmine::Info.versioned_name %></strong> (<%= @db_adapter_name %>)</p> |
4 | 4 |
5 <table class="list"> | 5 <table class="list"> |
6 <% @checklist.each do |label, result| %> | 6 <% @checklist.each do |label, result| %> |
7 <tr class="<%= cycle 'odd', 'even' %>"> | 7 <tr class="<%= cycle 'odd', 'even' %>"> |
8 <td><%= l(label) %></td> | 8 <td><%= l(label) %></td> |
9 <td width="30px"><%= image_tag((result ? 'true.png' : 'exclamation.png'), :style => "vertical-align:bottom;") %></td> | 9 <td width="30px"><%= image_tag((result ? 'true.png' : 'exclamation.png'), |
10 </tr> | 10 :style => "vertical-align:bottom;") %></td> |
11 </tr> | |
11 <% end %> | 12 <% end %> |
12 </table> | 13 </table> |
13 | 14 |
14 <% html_title(l(:label_information_plural)) -%> | 15 <% html_title(l(:label_information_plural)) -%> |