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

app/views/timelog/edit.html.erb

index 5ab977460c95db3dd86d0ab04aed353de0b9d582..c9b5751794ace8d2e081283a611cf48a82dbf15a 100644 (file)
@@ -16,7 +16,7 @@
 <p><%= f.text_field :comments, :size => 100 %></p>
 <p><%= f.select :activity_id, activity_collection_for_select_options(@time_entry), :required => true %></p>
 <% @time_entry.custom_field_values.each do |value| %>
-       <p><%= custom_field_tag_with_label :time_entry, value %></p>
+  <p><%= custom_field_tag_with_label :time_entry, value %></p>
 <% end %>
 <%= call_hook(:view_timelog_edit_form_bottom, { :time_entry => @time_entry, :form => f }) %>
 </div>