@@ -34,7 +34,7 | |||||
34 | <tr> |
|
34 | <tr> | |
35 | <% n = 0 |
|
35 | <% n = 0 | |
36 | for custom_value in @custom_values %> |
|
36 | for custom_value in @custom_values %> | |
37 | <td valign="top"><b><%= custom_value.custom_field.name %> :</b></td><td><%= simple_format(h(show_value(custom_value))) %></td> |
|
37 | <td valign="top"><b><%= custom_value.custom_field.name %> :</b></td><td valign="top"><%= simple_format(h(show_value(custom_value))) %></td> | |
38 | <% n = n + 1 |
|
38 | <% n = n + 1 | |
39 | if (n > 1) |
|
39 | if (n > 1) | |
40 | n = 0 %> |
|
40 | n = 0 %> |
General Comments 0
You need to be logged in to leave comments.
Login now