wrong parameter
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@108 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
be2f2716e1
commit
b41d0dc841
|
@ -133,7 +133,7 @@ module ApplicationHelper
|
||||||
else
|
else
|
||||||
link_to_remote image_tag(image_name), :update => 'browser_box',
|
link_to_remote image_tag(image_name), :update => 'browser_box',
|
||||||
:url => { :controller => 'tag_images', :action => 'tagged_images',
|
:url => { :controller => 'tag_images', :action => 'tagged_images',
|
||||||
:id => :tagged_id, :tagged_class => tagged_class }
|
:id => tagged_id, :tagged_type => tagged_class, :page => page_number }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Reference in New Issue