@@ -4,10 +4,11 | |||
|
4 | 4 | |
|
5 | 5 | <table class="list"> |
|
6 | 6 | <% @checklist.each do |label, result| %> |
|
7 |
|
|
|
8 |
|
|
|
9 |
|
|
|
10 | </tr> | |
|
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> | |
|
11 | 12 | <% end %> |
|
12 | 13 | </table> |
|
13 | 14 |
General Comments 0
You need to be logged in to leave comments.
Login now