Files
danbooru/app/views/uploads/_post.html.erb
2015-02-20 20:04:23 -08:00

9 lines
202 B
Plaintext

<!--
- post
-->
<% if post %>
<h2 style="margin-bottom: 1em;">
This post was probably already uploaded (<%= link_to "post ##{post.id}", post_path(post), :target => "_blank" %>)
</h2>
<% end %>