Sha256: 43621266cecbda8765055fd79a6402ab58f3c8845a1f1ca53f49d5937d9623c8

Contents?: true

Size: 459 Bytes

Versions: 4

Compression:

Stored size: 459 Bytes

Contents

<% render_seo @index %>

<%= render :partial => 'indices/index' %>

<% if admin_signed_in? %>
  <p><%= link_to "New Gallery", new_gallery_path %></p>
<% end %>

<% content_for :post_content do %>
  <% for gallery in @galleries %>
    <div class='clearfix content corner-all box-shadow'>
      <%= link_to image_tag(gallery.assets.first.thumb, :class => 'left'), gallery %>
      <h2><%= link_to gallery.title, gallery %></h2>
    </div>
  <% end %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sbdevcore-0.1.2 app/views/galleries/index.html.erb
sbdevcore-0.1.1 app/views/galleries/index.html.erb
sbdevcore-0.1.0 app/views/galleries/index.html.erb
sbdevcore-0.0.9 app/views/galleries/index.html.erb