From f9706be2184aa3bb18b30436d3f5ccb69cb92bee Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 6 Jan 2013 17:31:34 -0500 Subject: [PATCH] fix --- app/views/uploads/_post.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>