Article List
<% @articles_posts.each do |articles_post| %> <% end %>
Title Text Preview Article Status
<%= articles_post.psttitle %> <%= truncate(articles_post.psttext, :length => 80) %> <%= articles_post.pststatus %>
<%= link_to 'Edit', edit_articles_post_path(articles_post), class: "btn btn-primary btn-xs" %> <%= link_to 'Delete', articles_post, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %>
<%= link_to 'New Blog Post', new_articles_post_path, class: "btn btn-primary" %>