Sha256: 951885d5d42ec280b3befc0cd2d219c7531e637486b82239aa6fbacfb44a0e3e

Contents?: true

Size: 353 Bytes

Versions: 14

Compression:

Stored size: 353 Bytes

Contents

- render_seo @index
= render :partial => 'indices/index'
- if admin_signed_in?
  %p= link_to "New Gallery", new_gallery_path
- content_for :post_content 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

14 entries across 14 versions & 1 rubygems

Version Path
sbdevcore-0.2.15 app/views/galleries/index.html.haml
sbdevcore-0.2.14 app/views/galleries/index.html.haml
sbdevcore-0.2.13 app/views/galleries/index.html.haml
sbdevcore-0.2.12 app/views/galleries/index.html.haml
sbdevcore-0.2.11 app/views/galleries/index.html.haml
sbdevcore-0.2.10 app/views/galleries/index.html.haml
sbdevcore-0.2.9 app/views/galleries/index.html.haml
sbdevcore-0.2.8 app/views/galleries/index.html.haml
sbdevcore-0.2.7 app/views/galleries/index.html.haml
sbdevcore-0.2.6 app/views/galleries/index.html.haml
sbdevcore-0.2.5 app/views/galleries/index.html.haml
sbdevcore-0.2.4 app/views/galleries/index.html.haml
sbdevcore-0.2.2 app/views/galleries/index.html.haml
sbdevcore-0.2.0 app/views/galleries/index.html.haml