<h2>Twoje wpisy</h2>
<p class="edit_link">
  <%= link_to 'Dodaj nowy wpis', new_blog_post_path %>
  <%= "| Strona: #{pagination_links(@pages)}" if paginated? %>
</p>
<%= render :partial => "post", :collection => @posts %>

