##// END OF EJS Templates
replace tabs to spaces at app/views/issues/_form_custom_fields.html.erb...
Toshi MARUYAMA -
r7231:a7a1d5e12804
parent child
Show More
@@ -1,12 +1,12
1 1 <div class="splitcontentleft">
2 2 <% i = 0 %>
3 3 <% split_on = (@issue.custom_field_values.size / 2.0).ceil - 1 %>
4 4 <% @issue.custom_field_values.each do |value| %>
5 <p><%= custom_field_tag_with_label :issue, value %></p>
5 <p><%= custom_field_tag_with_label :issue, value %></p>
6 6 <% if i == split_on -%>
7 7 </div><div class="splitcontentright">
8 8 <% end -%>
9 9 <% i += 1 -%>
10 10 <% end -%>
11 11 </div>
12 12 <div style="clear:both;"> </div>
General Comments 0
You need to be logged in to leave comments. Login now