X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/04f827dd4647f3a7d6e5bd8f5e9083c730a8dccc..ac5e3489e8b886b7b8a7252ab56ddeb3d3bdadc7:/app/views/quickvote/index.rhtml diff --git a/app/views/quickvote/index.rhtml b/app/views/quickvote/index.rhtml index 2c5bcd1..84211ff 100644 --- a/app/views/quickvote/index.rhtml +++ b/app/views/quickvote/index.rhtml @@ -1,10 +1,18 @@ <% %> -

QuickVote: <%= @voter.election.name %>

-

Description:

-
<%= @voter.election.description %>
+<% if @voter.election.shortdesc %> +

<%= @voter.election.shortdesc %>

+<% else %> +

QuickVote

+<% end %> + +<% if @voter.election.longdesc %> +

Description:

+
<%= @voter.election.longdesc %>
+ +

Vote

+<% end %> -

Vote in Election

<% if @voter.session_id %>

You have already voted. You can: