From 4ef17d5cb30800c33e325d1777cdd4ccd4611a54 Mon Sep 17 00:00:00 2001 From: Date: Tue, 14 Aug 2007 07:36:57 -0400 Subject: [PATCH] fixed the optional/required snafu on the quickvote create page --- app/views/quickvote/create.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>

-- 2.30.2