summaryrefslogtreecommitdiffstats
path: root/app/views/issues/show.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-08-12 12:59:05 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-08-12 12:59:05 +0000
commit64e91b2e13813f129db910efd976080e02fd0a45 (patch)
treec74ba0149916e44737477c1f1bbcb9b311c8e1f0 /app/views/issues/show.rhtml
parent9f0ddb89a0ba927a421127021ffc0bac9e0addc2 (diff)
downloadredmine-64e91b2e13813f129db910efd976080e02fd0a45.tar.gz
redmine-64e91b2e13813f129db910efd976080e02fd0a45.zip
Fixed custom fields alignment on issues/show (Balazs Dan)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@612 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues/show.rhtml')
-rw-r--r--app/views/issues/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml
index 369f8d094..4e5bf7b43 100644
--- a/app/views/issues/show.rhtml
+++ b/app/views/issues/show.rhtml
@@ -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 %>