projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c29adef
)
Remove bogus setting of title attribute.
author
Tom Hughes
<tom@compton.nu>
Tue, 14 Aug 2007 00:00:35 +0000
(
00:00
+0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 14 Aug 2007 00:00:35 +0000
(
00:00
+0000)
app/controllers/trace_controller.rb
patch
|
blob
|
history
diff --git
a/app/controllers/trace_controller.rb
b/app/controllers/trace_controller.rb
index 8804da78ac5832f8f8f98362a17dea33ed9efc09..94a7415f0de559022991f18bcec3d7a6535a513c 100644
(file)
--- a/
app/controllers/trace_controller.rb
+++ b/
app/controllers/trace_controller.rb
@@
-10,7
+10,6
@@
class TraceController < ApplicationController
display_name = params[:display_name]
if target_user.nil? and !display_name.blank?
@display_name = display_name
- @title += " from #{@display_name}"
target_user = User.find(:first, :conditions => [ "display_name = ?", display_name])
end