spec/refile/test_app/app/views/normal_posts/show.html.erb in refile-0.3.0 vs spec/refile/test_app/app/views/normal_posts/show.html.erb in refile-0.4.0

- old
+ new

@@ -11,5 +11,7 @@ <% if @post.document %> <%= link_to "Convert to Upper", attachment_url(@post, :document, :convert_case, format: "up") %> <% end %> <%= link_to "Edit", edit_normal_post_url(@post) %> + +<%= link_to "Delete", normal_post_url(@post), method: :delete %>