X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/a8006b0bf9687f8882c3073eca2e8b4ebc7cde4a..c504b0b0ca78ebe19c64c194dda677dae48ab6fb:/app/views/quickvote/create.rhtml?ds=sidebyside diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml index a7ccd63..57df1ed 100644 --- a/app/views/quickvote/create.rhtml +++ b/app/views/quickvote/create.rhtml @@ -1,26 +1,26 @@ -<% -%> -
+
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 %>
-
-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 %>