X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/905cf65f6b3e8acc894c268c3bf729e7b0c76292..cf61519ba2f371181958d4aeb7f5f19384453187:/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 @@ -<% -%> -

Create QuickVote

+
+ Title + Subtitle +
+
+ +
+ Title + Subtitle +
+
+ +
+ Quickvote + +
+
<%= error_messages_for 'quickvote' %> +Header +Subheader +
+ +Header + +
+ +Header +
+

@@ -13,14 +39,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 +59,7 @@
-<%= submit_tag "Create Quickvote" -%> +

<%= submit_tag "Create Quickvote" -%>

<% end %>