X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/404bd293fe621a270748df828c67e507b350920b..008cc97a2f0d84b4de46f2125133afe6c7f620c7:/app/views/quickvote/create.rhtml diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml index b430495..b1b6004 100644 --- a/app/views/quickvote/create.rhtml +++ b/app/views/quickvote/create.rhtml @@ -1,30 +1,69 @@ -<% -%> -
+
required; 5-12 characters; only letters and numbers; no spaces
-<%= text_field 'quickvote', 'name', :size => 15, :maxsize => 12 %> +<%= text_field 'quickvote', 'name', :size => 15, :maxsize => 12 %>
-
-optional; one line summary on the first line
+
required; one line summary on the first line
<%= text_area 'quickvote', 'description', :cols => 50, :rows => 4 %>
<%= submit_tag "Create Quickvote" -%>
+ +<% end %> + + + -<%= end_form_tag %>