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