]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/my/blocks/_timelog.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 14 Sep 2011 08:39:49 +0000 (08:39 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 14 Sep 2011 08:39:49 +0000 (08:39 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7220 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/my/blocks/_timelog.html.erb

index e3735357e72e403b017a26d94b93cbac2ce46855..d1994eba5b9d32f5c7f6897844750cb9ed6d3642 100644 (file)
@@ -1,5 +1,5 @@
 <h3><%=l(:label_spent_time)%> (<%= l(:label_last_n_days, 7) %>)</h3>
-<% 
+<%
 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]}],