Sha256: 1d69b4d4ccff5249148965abc554536b98e0399e26fca6bcf5f84c044f579879
Contents?: true
Size: 540 Bytes
Versions: 13
Compression:
Stored size: 540 Bytes
Contents
:css #image_gallery li { display: inline; list-style: none; width: 300px; min-height: 300px; float: left; margin: 0 10px 10px 0; text-align: center; } %h1= gallery.name.empty? ? "Name your gallery" : gallery.name - if can? :update, gallery = link_to 'Edit', edit_gallery_path(gallery) - if can? :manage, gallery = link_to 'Destroy', gallery, "data-confirm"=>"You'll shoot your eye out!", :method=>"delete" %ul#image_gallery - images.each do |image| %li = image_tag image.image.url(:medium)
Version data entries
13 entries across 13 versions & 1 rubygems