% phc_title "Article Manager" %> <% phc_title_tagline "Article Index" %> <% phc_breadcrumb_one link_to "Article Index", phcpresspro.articles_posts_path %> <% phc_breadcrumb_two yield(:phc_title_tagline) %>
Post Headline | Post Preview | Post Status | |
---|---|---|---|
<%= articles_post.psttitle %> | <%= truncate(articles_post.psttext, :length => 80, :escape => false) %> | <%= articles_post.pststatus %> |
<%= link_to 'Edit Post', edit_articles_post_path(articles_post), class: "btn btn-primary btn-xs" %>
<%= link_to 'Trash Post', articles_post, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %>
|