projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update banner FAQ.
[rails.git]
/
app
/
helpers
/
trace_helper.rb
1
module TraceHelper
2
def link_to_tag(tag)
3
link_to(tag, :tag => tag, :page => nil)
4
end
5
end