Commit 59c5d995 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixed: custom fields empty on issue/edit (broken by r1086).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1089 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent df99d8f3
<div class="splitcontentleft">
<% values.each_with_index do |value, i| %>
<p><%= custom_field_tag_with_label value %></p>
<% if i >= values.size / 2 - 1 %>
<% i = 1 %>
<% for @custom_value in values %>
<p><%= custom_field_tag_with_label @custom_value %></p>
<% if i >= values.size / 2 %>
</div><div class="splitcontentright">
<% end %>
<% i += 1 %>
<% end %>
</div>
<div style="clear:both;"> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment