explain text field better

This commit is contained in:
joshua stein 2012-07-10 11:41:40 -05:00
parent f664734a40
commit db10cd115f

View file

@ -31,7 +31,7 @@
<div class="boxline">
<%= 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" %>
</div>
</div>