From db10cd115ff340ed2e0ffb4301f0cc596858393a Mon Sep 17 00:00:00 2001 From: joshua stein Date: Tue, 10 Jul 2012 11:41:40 -0500 Subject: [PATCH] explain text field better --- app/views/stories/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/stories/_form.html.erb b/app/views/stories/_form.html.erb index 2f747c2..92edb60 100644 --- a/app/views/stories/_form.html.erb +++ b/app/views/stories/_form.html.erb @@ -31,7 +31,7 @@
<%= f.label :description, "Text:", :class => "required" %> <%= f.text_area :description, :rows => 15, - :placeholder => "optional when submitting a link", + :placeholder => "Optional when submitting a URL; only to be used for background/explanation of the URL being posted. Please reserve commentary to a reply comment so it can be voted on separately.", :autocomplete => "off" %>