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
This commit is contained in:
parent
f5aeb7d664
commit
0fd903a251
|
@ -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]}],
|
||||
|
|
Loading…
Reference in New Issue