Sha256: ddc275b2004c9a2d55203f29da26c58cd13b76355d2abb916bb7f51c40c5ee4e

Contents?: true

Size: 311 Bytes

Versions: 4

Compression:

Stored size: 311 Bytes

Contents

<h2><%= @blog.title %></h2>

<% @posts.each do | post | %>
  <h3><%= link_to post.title, document_path(post) %></h3>

  <div><%= post.summary %></div>
  <div><%= post.published_at %></div>
<% end %>

<%= paginate @posts, :route => :document_path, :param_name => "#{@blog.node_name}_page", :theme => :twitter %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
qwerty-0.0.7.pre test/dummy/app/views/cms/blog.html.erb
qwerty-0.0.5.pre test/dummy/app/views/cms/blog.html.erb
qwerty-0.0.4.pre test/dummy/app/views/cms/blog.html.erb
qwerty-0.0.3.pre test/dummy/app/views/cms/blog.html.erb