refactored source code, work on pixiv integration
This commit is contained in:
6
app/views/uploads/_post.html.erb
Normal file
6
app/views/uploads/_post.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<!--
|
||||
- post
|
||||
-->
|
||||
<% if post %>
|
||||
<p>This post was probably already uploaded (<%= link_to "post ##{post.id}", posts_path(post), :target => "_blank" %>).</p>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user