This commit is contained in:
albert
2013-01-06 17:31:34 -05:00
parent 4bcb425c1c
commit f9706be218

View File

@@ -2,5 +2,5 @@
- post
-->
<% if post %>
<p>This post was probably already uploaded (<%= link_to "post ##{post.id}", posts_path(post), :target => "_blank" %>).</p>
<p>This post was probably already uploaded (<%= link_to "post ##{post.id}", post_path(post), :target => "_blank" %>).</p>
<% end %>