From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 04:07:35 +0000 (+0000) Subject: replace tabs to spaces at app/views/timelog/edit.html.erb X-Git-Tag: 1.3.0~677 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=208cef13b3ba65238ce7eb5d786fe6f1c35b8aa9;p=redmine.git replace tabs to spaces at app/views/timelog/edit.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7291 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/timelog/edit.html.erb b/app/views/timelog/edit.html.erb index 5ab977460..c9b575179 100644 --- a/app/views/timelog/edit.html.erb +++ b/app/views/timelog/edit.html.erb @@ -16,7 +16,7 @@

<%= f.text_field :comments, :size => 100 %>

<%= f.select :activity_id, activity_collection_for_select_options(@time_entry), :required => true %>

<% @time_entry.custom_field_values.each do |value| %> -

<%= custom_field_tag_with_label :time_entry, value %>

+

<%= custom_field_tag_with_label :time_entry, value %>

<% end %> <%= call_hook(:view_timelog_edit_form_bottom, { :time_entry => @time_entry, :form => f }) %>