diff --git a/app/views/uploads/new.html.erb b/app/views/uploads/new.html.erb index 2c6148100..00531bf03 100644 --- a/app/views/uploads/new.html.erb +++ b/app/views/uploads/new.html.erb @@ -7,6 +7,12 @@

Before uploading, please read the <%= link_to "how to upload guide", wiki_pages_path(:title => "howto:upload") %>.

+ <% if params[:url].blank? %> +
+

You should be using Danbooru's official <%= link_to "upload bookmarklet", bookmarklet_path %> to upload! It makes uploading more convenient and does several things for you automatically such as fixing incorrect sources and optionally copying the artist's commentary.

+
+ <% end %> + <%= render "image" %> <%= render "post", :post => @post %> <%= render "sources/info", :source => @source %>