doubt on image_tag

Hello,

I am very new to ruby on rails and I am facing little problem with image_tag. I have two controller product and items. In product view, I have a partial called _show.html.erb. And in items view, i call index of item to display all products. The problem is, when user clicks on the image_tag of the items view, i want to call partial of product view i.e _show.html.erb.

Please help me :slight_smile:

thanks, derp