diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 23:02:19 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 23:02:19 +0000 |
commit | a7a1d5e128043028638d3baad37d58c2d2cfa44f (patch) | |
tree | 5e0fd0a7583c3e53dda168b322815a0bccddb34c /app/views/issues | |
parent | 5d973f110e4fca358bd9784fa0b1e5fe9b9fb651 (diff) | |
download | redmine-a7a1d5e128043028638d3baad37d58c2d2cfa44f.tar.gz redmine-a7a1d5e128043028638d3baad37d58c2d2cfa44f.zip |
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
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/_form_custom_fields.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_form_custom_fields.html.erb b/app/views/issues/_form_custom_fields.html.erb index 7a66ed330..10539264c 100644 --- a/app/views/issues/_form_custom_fields.html.erb +++ b/app/views/issues/_form_custom_fields.html.erb @@ -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 -%> |