spec/refile/test_app/app/views/normal_posts/show.html.erb in refile-0.2.4 vs spec/refile/test_app/app/views/normal_posts/show.html.erb in refile-0.2.5

- old
+ new

@@ -9,5 +9,7 @@ <% end %> <% 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) %>