From 64e91b2e13813f129db910efd976080e02fd0a45 2007-08-12 12:59:05 From: Jean-Philippe Lang Date: 2007-08-12 12:59:05 Subject: [PATCH] Fixed custom fields alignment on issues/show (Balazs Dan) git-svn-id: http://redmine.rubyforge.org/svn/trunk@612 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 369f8d0..4e5bf7b 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -34,7 +34,7 @@ <% n = 0 for custom_value in @custom_values %> - <%= custom_value.custom_field.name %> :<%= simple_format(h(show_value(custom_value))) %> + <%= custom_value.custom_field.name %> :<%= simple_format(h(show_value(custom_value))) %> <% n = n + 1 if (n > 1) n = 0 %>