ecole_eft_app/app/views/public/quotes/_new_photo.html.haml
2013-07-18 01:23:48 +02:00

11 lines
344 B
Plaintext

.row-fluid
.span6
.photo_artwork.artwork{:id => @photo.id, :style => ""}
.frame
.img{:style => "width:100%;float:none;"}
=link_to image_tag(@photo.image.large.url,:style => "max-height:100%;"), public_photo_path(@photo.id), :remote => true
%h3
=@photo.title
.span6
=render :partial => "form"