Sha256: 61a6d2cf38b81a89788fcfcc890e615be3c7d6eecd1cdb8f4c8960d325102637
Contents?: true
Size: 416 Bytes
Versions: 1
Compression:
Stored size: 416 Bytes
Contents
<% content_for :head do %> <link rel="alternate" type="application/rss+xml" title="<%= t("posts") %> RSS" href="<%= posts_url(:format => 'rss') %>" /> <% end %> <%= render :partial => 'shared/cms_content_for'%> <div class="posts"> <% for post in @posts %> <%= render :partial => post %> <% end %> <%= will_paginate(:prev => "« #{t('previous')}", :next => "#{t('next')} »") %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_cms-0.0.3 | app/views/posts/index.html.erb |