From: Date: Tue, 14 Aug 2007 11:36:57 +0000 (-0400) Subject: fixed the optional/required snafu on the quickvote create page X-Git-Url: https://projects.mako.cc/source/selectricity-live/commitdiff_plain/4ef17d5cb30800c33e325d1777cdd4ccd4611a54 fixed the optional/required snafu on the quickvote create page --- diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml index 360a690..6b6ada8 100644 --- a/app/views/quickvote/create.rhtml +++ b/app/views/quickvote/create.rhtml @@ -20,7 +20,7 @@ <%= text_field 'quickvote', 'name', :size => 15, :maxsize => 12 %>


+required; one line summary on the first line
<%= text_area 'quickvote', 'description', :cols => 50, :rows => 4 %>