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

Version Path
wheels-0.0.17 app/views/galleries/_show.html.haml
wheels-0.0.16 app/views/galleries/_show.html.haml
wheels-0.0.15 app/views/galleries/_show.html.haml
wheels-0.0.14 app/views/galleries/_show.html.haml
wheels-0.0.13 app/views/galleries/_show.html.haml
wheels-0.0.11 app/views/galleries/_show.html.haml
wheels-0.0.10 app/views/galleries/_show.html.haml
wheels-0.0.9 app/views/galleries/_show.html.haml
wheels-0.0.8 app/views/galleries/_show.html.haml
wheels-0.0.6 app/views/galleries/_show.html.haml
wheels-0.0.5 app/views/galleries/_show.html.haml
wheels-0.0.4 app/views/galleries/_show.html.haml
wheels-0.0.3 app/views/galleries/_show.html.haml