View Single Post
Old 10-22-2012, 03:52 PM   PM User | #2
ramblex
New to the CF scene

 
Join Date: Nov 2011
Location: Bath, UK
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ramblex is an unknown quantity at this point
So you just want to show the image? If that's the case:

Code:
<%= image_tag (property.images[0].image.url('550x412', :jpg)) if property.images[0] -%>
ramblex is offline   Reply With Quote