##// END OF EJS Templates
Replaced window.hash= by Element.scrollTo()...
Replaced window.hash= by Element.scrollTo() git-svn-id: http://redmine.rubyforge.org/svn/trunk@1136 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1083:d8ac6d2b7939
r1122:93ef8b7f77ec
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>