X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/adfcf4dd7d989d0560e2a8f6a590dd10c5a49a08..04f557387df5b380b492ff764f52c7fb6d9a5097:/app/views/election/show.rhtml?ds=sidebyside diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml index 87529d1..701c607 100644 --- a/app/views/election/show.rhtml +++ b/app/views/election/show.rhtml @@ -2,13 +2,25 @@ Election Overview - -<% if @election.active? %> +<% if @election.enddate < Time.now %> +
<%= link_to "Edit General Information", @@ -41,6 +53,11 @@ +<% if @election.active? and not @election.authenticated? %> +
Link
+<%= (link_to ("Go Vote!", + :controller => 'voter', :action => 'index', :election_id => @election.id)).to_s %> +<% end -%>To embed your election, copy and paste the following code into your homepage:
--+<%= h("" + h(" width='330px' height='370px'>") %>-
<%= h("") %><% end %>