Hi there, any one can help please:
I am using the following script to show a photo on my ROR page from my server,
it got a link on it, just wonder how can I delete the link
<%= if property.images[0] then link_to image_tag (property.images[0].image.url('550x412', :jpg)), user_property_image_path(user, :id => property.images[0],

roperty_id => property) end -%>
I try to delete the link_to part, but it stop working after change.
Thanks
Wayne