Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / app / views / voter_notify / votestart.rhtml
1 Voter!
2
3 This is an automated message sent by hyperchad.media.mit.edu.
4
5 You have been listed as a voter in an upcoming election.
6
7 The election title: <%= @voter.election.name %>
8
9 To read more about the election, the candidates, and to vote, you will
10 need to use the following token to log in to hyperchad.media.mit.edu:
11   <%= @voter.password %>
12
13 Alternatively, you can just click this URL:
14   <%= url_for :controller => 'election', :action => 'show', :id => @voter.election.id %>
15
16 If you have any questions or if you feel you have recieved this message
17 in error, you should contact:
18
19   <%= @voter.election.user.name %> <<%= @voter.election.user.email %>>
20   (The initiator of this election)
21
22 Alternatively, if you feel there is a technical error, please contact:
23
24   help@hyperchad.media.mit.edu
25   (HyperChad Tech Support)
26
27 Thanks and happy voting!
28 HyperChad Staff
29   
30   

Benjamin Mako Hill || Want to submit a patch?