projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd689b
)
Fix tag links.
author
Tom Hughes
<tom@compton.nu>
Tue, 14 Aug 2007 23:45:25 +0000
(23:45 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 14 Aug 2007 23:45:25 +0000
(23:45 +0000)
app/views/trace/_trace.rhtml
patch
|
blob
|
history
diff --git
a/app/views/trace/_trace.rhtml
b/app/views/trace/_trace.rhtml
index 5b304bb32106e35abd9c73d1efda783ffe68f39c..c335fd4140ab9985637bbf7b15f0377d86634e0f 100644
(file)
--- a/
app/views/trace/_trace.rhtml
+++ b/
app/views/trace/_trace.rhtml
@@
-23,7
+23,7
@@
in
<% if trace.tags %>
<% trace.tags.each do |tag| %>
- <%= link_to tag.tag, :
controller => 'trace', :action => @paging_action, :
tag => tag.tag %>
+ <%= link_to tag.tag, :tag => tag.tag %>
<% end %>
<% end %>
</td>