From 0fd903a251ed43afe385af60829cb6f223f9e02b Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 14 Sep 2011 08:39:49 +0000 Subject: [PATCH] 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 --- app/views/my/blocks/_timelog.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}],