diff --git a/app/views/uploads/_post.html.erb b/app/views/uploads/_post.html.erb index 8c9b4f9a3..79381a1e2 100644 --- a/app/views/uploads/_post.html.erb +++ b/app/views/uploads/_post.html.erb @@ -2,5 +2,5 @@ - post --> <% if post %> -
This post was probably already uploaded (<%= link_to "post ##{post.id}", posts_path(post), :target => "_blank" %>).
+This post was probably already uploaded (<%= link_to "post ##{post.id}", post_path(post), :target => "_blank" %>).
<% end %>