summaryrefslogtreecommitdiffstats
path: root/app/views/timelog
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 04:07:35 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 04:07:35 +0000
commit208cef13b3ba65238ce7eb5d786fe6f1c35b8aa9 (patch)
tree79942b8c5121cb2f4d4a404cc11ec5b2dc8756e1 /app/views/timelog
parent57c024e8c0c1edc98dc10be7f0acaf468a248954 (diff)
downloadredmine-208cef13b3ba65238ce7eb5d786fe6f1c35b8aa9.tar.gz
redmine-208cef13b3ba65238ce7eb5d786fe6f1c35b8aa9.zip
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
Diffstat (limited to 'app/views/timelog')
-rw-r--r--app/views/timelog/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
<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>