View Single Post
Old 09-21-2012, 04:15 AM   PM User | #1
xuanyinwen
New to the CF scene

 
Join Date: Jul 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
xuanyinwen is an unknown quantity at this point
need help on ruby language

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
xuanyinwen is offline   Reply With Quote