X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/04f827dd4647f3a7d6e5bd8f5e9083c730a8dccc..c8499fcec8f54c148e3b387e6d774a80a20121e3:/app/views/quickvote/thanks.rhtml?ds=sidebyside
diff --git a/app/views/quickvote/thanks.rhtml b/app/views/quickvote/thanks.rhtml
old mode 100644
new mode 100755
index 794f412..72cfe61
--- a/app/views/quickvote/thanks.rhtml
+++ b/app/views/quickvote/thanks.rhtml
@@ -1,20 +1,20 @@
<% %>
-
+
Vote Recorded
Your vote has been recorded with the following ranked
preferences:
<% for rank in @voter.vote.rankings.sort %>
- - <%= rank.candidate.name %>
+ - <%= rank.candidate.name.capitalize %>
<% end %>
Thanks you voting! You can:
- - <%= link_to "Change your vote.", quickaction_url( :votename => @voter.election.name, :action => 'change' ) %>
+ - <%= link_to "Change Your Vote", quickaction_url( :votename => @voter.election.name, :action => 'change' ) %>
- - <%= link_to "View election results.", quickaction_url( :votename => @voter.election.name, :action => 'results' ) %>
+ - <%= link_to "View Current Results", quickaction_url( :votename => @voter.election.name, :action => 'results' ) %>