OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/issues/_form_custom_fields.rhtml

9 lines
263 B

<div class="splitcontentleft">
<% values.each_with_index do |value, i| %>
<p><%= custom_field_tag_with_label value %></p>
<% if i >= values.size / 2 - 1 %>
</div><div class="splitcontentright">
<% end %>
<% end %>
</div>
<div style="clear:both;"> </div>