app/views/phcpress/blog/articles/index.html.erb in phcpress-56.4.0 vs app/views/phcpress/blog/articles/index.html.erb in phcpress-57.0.0

- old
+ new

@@ -54,10 +54,10 @@ <%= link_to edit_article_post_path(blog_post_index), class: "btn btn-secondary btn-sm" do %> <i class="fas fa-edit"></i> Edit Post <% end %> </li> <li class="list-inline-item"> - <%= link_to blog_post_index, class: "btn btn-danger btn-sm", method: :delete, data: { confirm: 'Are you sure?' } do %> + <%= link_to blog_post_index, class: "btn btn-danger btn-sm", method: :delete, data: { confirm: "Are you sure?" } do %> <i class="fas fa-dumpster"></i> Delete Post <% end %> </li> <% end %> </ul>