]> source.dussan.org Git - redmine.git/commitdiff
Fixed custom fields alignment on issues/show (Balazs Dan)
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 12 Aug 2007 12:59:05 +0000 (12:59 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 12 Aug 2007 12:59:05 +0000 (12:59 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@612 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.rhtml

index 369f8d0942f0f64780293cfd21a62605dc099c30..4e5bf7b434d44d38f364bf3fee4216a7f17b5bf2 100644 (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 %>