Files
danbooru/app/views/uploads/_post.html.erb
albert f9706be218 fix
2013-01-06 17:31:34 -05:00

7 lines
166 B
Plaintext

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