Defect #87 » multilinecustomfieldfix.patch
app/views/issues/show.rhtml (working copy) | ||
---|---|---|
34 | 34 |
<tr> |
35 | 35 |
<% n = 0 |
36 | 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 | 38 |
<% n = n + 1 |
39 | 39 |
if (n > 1) |
40 | 40 |
n = 0 %> |
- « Previous
- 1
- 2
- Next »