X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/b82260b129b48f9da19e73e81e1e26b89c1f53e5..c8404eeb9ad60aa18526c56feff2d26ea161028b:/app/views/quickvote/index.rhtml
diff --git a/app/views/quickvote/index.rhtml b/app/views/quickvote/index.rhtml
index e7cac3d..a96fc41 100644
--- a/app/views/quickvote/index.rhtml
+++ b/app/views/quickvote/index.rhtml
@@ -1,19 +1,12 @@
-<% %>
-
-<% if @voter.election.shortdesc %>
-
<% if @voter.voted? %>
+
You have already voted. You can:
@@ -31,12 +24,12 @@ bottom. When you are done, press confirm to record your vote.
<% for ranking in @voter.vote.rankings %>
-
- <%= ranking.candidate.name.capitalize %>
+ <%=h ranking.candidate.name.capitalize %>
<% end %>
-