<%= yield(:phc_title) %>
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?' } %>
|