Fixed custom fields alignment on issues/show (Balazs Dan)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@612 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-08-12 12:59:05 +00:00
parent 9f0ddb89a0
commit 64e91b2e13
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<tr>
<% n = 0
for custom_value in @custom_values %>
<td valign="top"><b><%= custom_value.custom_field.name %> :</b></td><td><%= simple_format(h(show_value(custom_value))) %></td>
<td valign="top"><b><%= custom_value.custom_field.name %> :</b></td><td valign="top"><%= simple_format(h(show_value(custom_value))) %></td>
<% n = n + 1
if (n > 1)
n = 0 %>