Sha256: 3027791fbce49722283ed581ea3faf2c1f802cbb2cf1c793a43bd191f548ebfa

Contents?: true

Size: 348 Bytes

Versions: 22

Compression:

Stored size: 348 Bytes

Contents

- render_seo @index
= render :partial => 'indices/index'
- if admin_signed_in?
  %p= link_to "New Gallery", new_gallery_path
- content_for :gallery do
  - for gallery in @galleries
    .clearfix.content.corner-all.box-shadow
      = link_to image_tag(gallery.assets.first.thumb, :class => 'left'), gallery
      %h2= link_to gallery.title, gallery

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
sbdevcore-0.3.10 app/views/galleries/index.html.haml
sbdevcore-0.3.9 app/views/galleries/index.html.haml
sbdevcore-0.3.8 app/views/galleries/index.html.haml
sbdevcore-0.3.7 app/views/galleries/index.html.haml
sbdevcore-0.3.6 app/views/galleries/index.html.haml
sbdevcore-0.3.5 app/views/galleries/index.html.haml
sbdevcore-0.3.4 app/views/galleries/index.html.haml
sbdevcore-0.3.3 app/views/galleries/index.html.haml
sbdevcore-0.3.2 app/views/galleries/index.html.haml
sbdevcore-0.3.1 app/views/galleries/index.html.haml
sbdevcore-0.3.0 app/views/galleries/index.html.haml
sbdevcore-0.2.26 app/views/galleries/index.html.haml
sbdevcore-0.2.25 app/views/galleries/index.html.haml
sbdevcore-0.2.24 app/views/galleries/index.html.haml
sbdevcore-0.2.23 app/views/galleries/index.html.haml
sbdevcore-0.2.22 app/views/galleries/index.html.haml
sbdevcore-0.2.21 app/views/galleries/index.html.haml
sbdevcore-0.2.20 app/views/galleries/index.html.haml
sbdevcore-0.2.19 app/views/galleries/index.html.haml
sbdevcore-0.2.18 app/views/galleries/index.html.haml