Project

General

Profile

Defect #87 » multilinecustomfieldfix.patch

Balazs Dan, 2008-02-03 10:51

View differences:

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 %>
(2-2/2)