replace tabs to spaces at app/views/issues/_form_custom_fields.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7351 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-17 23:02:19 +00:00
parent 5d973f110e
commit a7a1d5e128
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<% i = 0 %>
<% split_on = (@issue.custom_field_values.size / 2.0).ceil - 1 %>
<% @issue.custom_field_values.each do |value| %>
<p><%= custom_field_tag_with_label :issue, value %></p>
<p><%= custom_field_tag_with_label :issue, value %></p>
<% if i == split_on -%>
</div><div class="splitcontentright">
<% end -%>