Sha256: a6559328e6d45af35abd812c447c5d666a3e2d735e91dc5151c9e2e67cc4fa77
Contents?: true
Size: 474 Bytes
Versions: 36
Compression:
Stored size: 474 Bytes
Contents
%div{:class => "#{photo.klass} asset", :id => "photo#{photo.id}"} = link_to photo, :rel=>"#overlay", :class => "overlayed", :"data-type" => "html" do = image_tag(photo.asset.url(photo.which?), :alt => photo.name, :class => "tooltipped button") - if admin_signed_in? %p.asset-admin = link_to "Remove Photo", photo, :confirm => 'Are you sure?', :method => :delete = link_to "Edit Photo", edit_photo_path(photo), :rel=>"#overlay", :class => "overlayed"
Version data entries
36 entries across 36 versions & 1 rubygems