Sha256: 43bf569ea731d1f5f07b6537267a6b9dbc98f9b32490890c77f1a69a9bfa6080

Contents?: true

Size: 404 Bytes

Versions: 15

Compression:

Stored size: 404 Bytes

Contents

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

<% if @posts.any? %>

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

<%= render "pagination" %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
blogit-0.4.8 app/views/blogit/posts/index.html.erb
blogit-0.4.7 app/views/blogit/posts/index.html.erb
blogit-0.4.6 app/views/blogit/posts/index.html.erb
blogit-0.4.5 app/views/blogit/posts/index.html.erb
blogit-0.4.4 app/views/blogit/posts/index.html.erb
blogit-0.4.3 app/views/blogit/posts/index.html.erb
blogit-0.4.2 app/views/blogit/posts/index.html.erb
blogit-0.4.1 app/views/blogit/posts/index.html.erb
blogit-0.4.0 app/views/blogit/posts/index.html.erb
blogit-0.3.2 app/views/blogit/posts/index.html.erb
blogit-0.3.1 app/views/blogit/posts/index.html.erb
blogit-0.3.0 app/views/blogit/posts/index.html.erb
blogit-0.2.1 app/views/blogit/posts/index.html.erb
blogit-0.2.0 app/views/blogit/posts/index.html.erb
blogit-0.1.0 app/views/blogit/posts/index.html.erb