Browse Source

remove trailing white-space from app/controllers/timelog_controller.rb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10797 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.2.0
Toshi MARUYAMA 11 years ago
parent
commit
cb68851eac
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/controllers/timelog_controller.rb

+ 1
- 1
app/controllers/timelog_controller.rb View File

@@ -138,7 +138,7 @@ class TimelogController < ApplicationController
:time_entry => {:issue_id => @time_entry.issue_id, :activity_id => @time_entry.activity_id},
:back_url => params[:back_url]
else
redirect_to :action => 'new',
redirect_to :action => 'new',
:time_entry => {:project_id => @time_entry.project_id, :issue_id => @time_entry.issue_id, :activity_id => @time_entry.activity_id},
:back_url => params[:back_url]
end

Loading…
Cancel
Save