Removed unused link_to_page from the trace helpers
It was unused, and clashed link_to_page in the browser helpers as apparently all helpers are loaded into all views...
This commit is contained in:
parent
96c22b169a
commit
e5c8dc9c77
1 changed files with 0 additions and 8 deletions
|
@ -6,12 +6,4 @@ module TraceHelper
|
|||
return link_to(tag, :tag => tag, :display_name => @display_name, :page => nil)
|
||||
end
|
||||
end
|
||||
|
||||
def link_to_page(page)
|
||||
if @action == "mine"
|
||||
return link_to(page, :tag => @tag, :page => page)
|
||||
else
|
||||
return link_to(page, :tag => @tag, :display_name => @display_name, :page => page)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue