<% phc_title "Article Manager" %> <% phc_title_tagline "Article Index" %> <% phc_breadcrumb_one link_to "Article Index", phcpress.article_posts_path %> <% phc_breadcrumb_two yield(:phc_title_tagline) %>

<%= yield(:phc_title) %> <%= yield(:phc_title_tagline) %>

<%= yield(:phc_title) %>

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