Sha256: 5569a6a5d89edb3a16289cffcb47de9510c66908499ff72b4fd99762a3db0cc5

Contents?: true

Size: 300 Bytes

Versions: 7

Compression:

Stored size: 300 Bytes

Contents

<%= login_required class: "actions", id: "new_blog_post_link" do %>
  <%= link_to 'New Blog post', new_post_path %>
<% end %>

<%= render partial: "blogit/posts/post", 
  collection: posts, 
  spacer_template: "blog_post_spacer", 
  locals: {show_comments_count: true}  %>

<%= render "pagination" %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blogit-0.0.10 app/views/blogit/posts/index.html.erb
blogit-0.0.9 app/views/blogit/posts/index.html.erb
blogit-0.0.8 app/views/blogit/posts/index.html.erb
blogit-0.0.7 app/views/blogit/posts/index.html.erb
blogit-0.0.6 app/views/blogit/posts/index.html.erb
blogit-0.0.5 app/views/blogit/posts/index.html.erb
blogit-0.0.4 app/views/blogit/posts/index.html.erb