app/views/phcpress/articles/posts/index.html.erb in phcpress-5.1.0 vs app/views/phcpress/articles/posts/index.html.erb in phcpress-5.2.0
- old
+ new
@@ -25,10 +25,10 @@
<td><%= articles_post.psttitle %></td>
<td><%= truncate(articles_post.psttext, :length => 80) %></td>
<td><%= articles_post.pststatus %></td>
<td><div class="btn-group" role="group" aria-label="Blog Articles">
<%= link_to 'Edit', edit_articles_post_path(articles_post), class: "btn btn-primary btn-xs" %>
- <%= link_to 'Trash', articles_post, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %>
+ <%= link_to 'Delete', articles_post, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %>
</div></td>
</tr>
<% end %>
</tbody>
\ No newline at end of file