X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..3f5f14d1c73ff2614b0012d027e7360583e1a70e:/app/views/quickvote/create.rhtml diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml old mode 100755 new mode 100644 index 360a690..b1b6004 --- 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 %>