]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/issues/_form_custom_fields.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 23:02:19 +0000 (23:02 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 23:02:19 +0000 (23:02 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7351 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_form_custom_fields.html.erb

index 7a66ed3308f87371f8f4263b818e61e28daf01b8..10539264ceb5ecc9cb2e1e43d81bc9b2a63f780b 100644 (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 -%>