X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/9bf50e50af5988af4cb44555fbb13154249e441d..86087be54da5f8c3af8fa475fafebd0c5527da9f:/app/views/quickvote/create.rhtml diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml index 7ccb644..57df1ed 100644 --- a/app/views/quickvote/create.rhtml +++ b/app/views/quickvote/create.rhtml @@ -1,9 +1,8 @@ -<% -%> -

Create QuickVote

+

Create QuickVote

<%= error_messages_for 'quickvote' %> -

+

@@ -13,14 +12,15 @@ <% form_tag(:action => 'create') do %> -

-required; 5-12 characters; only letters and numbers; no spaces
+

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
<%= text_area 'quickvote', 'description', :cols => 50, :rows => 4 %>

@@ -32,7 +32,7 @@

-<%= submit_tag "Create Quickvote" -%> +

<%= submit_tag "Create Quickvote" -%>

<% end %>