_form_custom_fields.rhtml
11 lines
| 287 B
| text/html+ruby
|
RhtmlLexer
|
r1072 | <div class="splitcontentleft"> | ||
|
r1075 | <% i = 1 %> | ||
<% for @custom_value in values %> | ||||
<p><%= custom_field_tag_with_label @custom_value %></p> | ||||
|
r1083 | <% if i == values.size / 2 %> | ||
|
r1072 | </div><div class="splitcontentright"> | ||
<% end %> | ||||
|
r1075 | <% i += 1 %> | ||
|
r1072 | <% end %> | ||
</div> | ||||
<div style="clear:both;"> </div> | ||||