Started Creation of "advanced" quickvote tab. Also started to create a quickvote...
[selectricity] / app / views / quickvote / _advanced.rhtml
diff --git a/app/views/quickvote/_advanced.rhtml b/app/views/quickvote/_advanced.rhtml
new file mode 100644 (file)
index 0000000..5699fd0
--- /dev/null
@@ -0,0 +1,11 @@
+
+<% fields_for 'quickvote', quickvote do |quickform| %>
+
+<span><label for="quickvote_election_method">Election Method</span><br />
+<%= quickform.select ('election_method', 
+    %w(ssd condorcet plurality approval borda) ) %><br />
+
+<span><label for="quickvote_enddate">End Time</span><br />
+<%= quickform.date_select(:enddate) %><br />
+
+<% end %>

Benjamin Mako Hill || Want to submit a patch?