Mercurial > hg > soundsoftware-site
diff app/models/.svn/text-base/time_entry.rb.svn-base @ 41:7f0e922c8982 luisf
merged with new version from trunk
author | luisf |
---|---|
date | Fri, 19 Nov 2010 14:45:28 +0000 |
parents | 94944d00e43c |
children | 07fa8a8b56a8 |
line wrap: on
line diff
--- a/app/models/.svn/text-base/time_entry.rb.svn-base Thu Nov 18 17:50:11 2010 +0000 +++ b/app/models/.svn/text-base/time_entry.rb.svn-base Fri Nov 19 14:45:28 2010 +0000 @@ -27,7 +27,7 @@ acts_as_customizable acts_as_event :title => Proc.new {|o| "#{l_hours(o.hours)} (#{(o.issue || o.project).event_title})"}, - :url => Proc.new {|o| {:controller => 'timelog', :action => 'details', :project_id => o.project, :issue_id => o.issue}}, + :url => Proc.new {|o| {:controller => 'timelog', :action => 'index', :project_id => o.project, :issue_id => o.issue}}, :author => :user, :description => :comments