projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Yet more tests...
[rails.git]
/
app
/
helpers
/
trace_helper.rb
1
module TraceHelper
2
def link_to_tag(tag)
3
if @action == "mine"
4
return link_to(tag, :tag => tag, :page => nil)
5
else
6
return link_to(tag, :tag => tag, :display_name => @display_name, :page => nil)
7
end
8
end
9
end