From 50f28e780ae58cb5bfc772ba36e9f52783b16430 Mon Sep 17 00:00:00 2001 From: Toks Date: Sat, 4 Jul 2015 22:20:47 -0400 Subject: [PATCH] fix #2425 --- app/views/uploads/new.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) 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 %>