X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/6ab290219a55a24ff6047d02cf6c9a03dc096195..879552adebf9188606878d311948fcb0f4f31610:/app/views/election/show.rhtml?ds=inline
diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml
index 701c607..2f62895 100644
--- a/app/views/election/show.rhtml
+++ b/app/views/election/show.rhtml
@@ -45,18 +45,38 @@
- Elections will end at <%= @election.enddate
%>.
- Elections results <% if
@election.early_results %>will be<% else %>will not be<% end
-%> will be visible while election is in progress.
+%> visible while election is in progress.
<% if @election.embeddable %>
- Elections will be embeddable.
<% end %>
+<% if @election.kiosk %>
+- Selectricity's kiosk mode will be available.
+<% end %>
+
+<% if @election.verifiable%>
+- Voters will be given tokens to verify their votes.
+<% else %>
+- Elections will not be voter verifiable.
+<% end %>
+
<% if @election.active? and not @election.authenticated? %>
-Link
-<%= (link_to ("Go Vote!",
- :controller => 'voter', :action => 'index', :election_id => @election.id)).to_s %>
+Link to election:
+
+- <%= (link_to ("Vote in election",
+ :controller => 'voter', :action => 'index', :election_id => @election.id)).to_s %>
+ (<%= votepassword_url(:urlpassword => "open." + @election.id.to_s) %>)
+
+<% if @election.kiosk %>
+- <%= link_to("Kiosk mode",
+ kiosk_ready_url(:urlpassword => "open." + @election.id.to_s,
+ :kiosk => true)) %>
+ (<%= kiosk_ready_url(:urlpassword => "open." + @election.id.to_s, :kiosk => true) %>)
+ <% end %>
+
<% end -%>