X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/9347f6bd316ab609f4b780658855e52e7937e5a6..c5d48f6ea92e43f07182d20ebe693692b4330437:/app/views/quickvote/_advanced.rhtml diff --git a/app/views/quickvote/_advanced.rhtml b/app/views/quickvote/_advanced.rhtml deleted file mode 100644 index d8228cf..0000000 --- a/app/views/quickvote/_advanced.rhtml +++ /dev/null @@ -1,27 +0,0 @@ -<% fields_for 'quickvote', quickvote do |quickform| %> - -

- -

<%= quickform.select('election_method', - %w(ssd condorcet plurality approval borda) ) %>

- -

-

<%= quickform.date_select(:enddate, :start_year => Time.now.year) %>

- -

Visibility

- -

Do you want the results to be visible while the election is active?

- -

Yes <%= quickform.radio_button(:viewable, 1)%> -No <%= quickform.radio_button(:viewable, 0)%>

- -<% if session[:user] %> -

Notification

- -

Would you like to be e-mailed when this QuickVote concludes?

- -

Yes <%= quickform.radio_button(:notices, 1)%> -No <%= quickform.radio_button(:notices, 0)%>

-<% end -%> - -<% end %>