From 64e91b2e13813f129db910efd976080e02fd0a45 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 12 Aug 2007 12:59:05 +0000 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 --- app/views/issues/show.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 369f8d09..4e5bf7b4 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 %>