X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ffec26b00fc14b92f82137e1e3c62ce78c93ea24..008cc97a2f0d84b4de46f2125133afe6c7f620c7:/app/views/quickvote/create.rhtml diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml index 7ccb644..b1b6004 100644 --- a/app/views/quickvote/create.rhtml +++ b/app/views/quickvote/create.rhtml @@ -1,8 +1,34 @@ -<% -%> -
+
<%= text_field 'quickvote', 'name', :size => 15, :maxsize => 12 %>
-<%= text_field 'quickvote', 'name', :size => 15, :maxsize => 12 %> +
-required; 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 %>