##// END OF EJS Templates
Fixed: Check All / Uncheck All in Email Settings doesn't work (#1180)....
Fixed: Check All / Uncheck All in Email Settings doesn't work (#1180). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1429 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1083:d8ac6d2b7939
r1414:4c6b9d9ce506
Show More
_form_custom_fields.rhtml
11 lines | 287 B | text/html+ruby | RhtmlLexer
/ app / views / issues / _form_custom_fields.rhtml
<div class="splitcontentleft">
<% 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>