11 lines
344 B
Plaintext
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" |