From: Toshi MARUYAMA Date: Wed, 14 Sep 2011 08:39:49 +0000 (+0000) Subject: remove trailing white-spaces from app/views/my/blocks/_timelog.html.erb X-Git-Tag: 1.3.0~748 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0fd903a251ed43afe385af60829cb6f223f9e02b;p=redmine.git remove trailing white-spaces from app/views/my/blocks/_timelog.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7220 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/my/blocks/_timelog.html.erb b/app/views/my/blocks/_timelog.html.erb index e3735357e..d1994eba5 100644 --- a/app/views/my/blocks/_timelog.html.erb +++ b/app/views/my/blocks/_timelog.html.erb @@ -1,5 +1,5 @@

<%=l(:label_spent_time)%> (<%= l(:label_last_n_days, 7) %>)

-<% +<% entries = TimeEntry.find(:all, :conditions => ["#{TimeEntry.table_name}.user_id = ? AND #{TimeEntry.table_name}.spent_on BETWEEN ? AND ?", @user.id, Date.today - 6, Date.today], :include => [:activity, :project, {:issue => [:tracker, :status]}],