X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/47fdfaba5a11570f2d7d720ee1c80d616d502c74..a8006b0bf9687f8882c3073eca2e8b4ebc7cde4a:/app/views/quickvote/_advanced.rhtml diff --git a/app/views/quickvote/_advanced.rhtml b/app/views/quickvote/_advanced.rhtml new file mode 100644 index 0000000..5699fd0 --- /dev/null +++ b/app/views/quickvote/_advanced.rhtml @@ -0,0 +1,11 @@ + +<% fields_for 'quickvote', quickvote do |quickform| %> + +
+<%= quickform.select ('election_method', + %w(ssd condorcet plurality approval borda) ) %>
+ +
+<%= quickform.date_select(:enddate) %>
+ +<% end %>