Sha256: 851c98fe7ac48e9b4b9d61b228de573b4db5e58fdb433d105ecfe53bc362cdc9

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

<%= link_to 'Add new blog post', new_admin_blog_post_path, :class => 'big button' %>

<h1>Blog Posts</h1>

<ul class='list posts'>
  <% @posts.each do |post| %>
    <%= render :partial => 'post', :object => post %>
  <% end %>
</ul>

<%= will_paginate @posts %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
comfy_blog-0.1.0 app/views/admin/blog/posts/index.html.erb